download Mastguru Android App

Question Detail

Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&
Similar Questions :

1. Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above

2. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator

3. Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above

4. Meaning of PDB

  • Physical Database File
  • Program Database File
  • Program Direct File
  • None of above

5. How we mark the end of c++ statement

  • ;
  • :
  • >>
  • <<
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment