download Mastguru Android App

Question Detail

&& means ?

  • Logical OR
  • Bitwise OR
  • Logical AND
  • Bitwise AND
Similar Questions :

1. Among following which will give the size of object or type ?

  • Calloc
  • Malloc
  • Sizeof
  • Realloc

2. Size of a char is ?

  • 1
  • 2
  • 3
  • 4

3. & operator is ?

  • address operator
  • indirection operator
  • logical and
  • logical or

4. Inheritance is transitive in nature.

  • True
  • False

5. What is default scope for a structure ?

  • Private
  • Protected
  • Public
  • None of aobve
Read more from - C++ Programming Questions Answers - Set 2
Post a comment