Question Detail

&& means ?

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

1. A Variable __ of void type.

  • May be declared
  • Can be initialized
  • Cannot be intialized
  • Cannot be declared

2. We can do constructor overloading in C++ ?

  • True
  • False

3. Which is more memory efficient ?

  • structure
  • union
  • both use same memory
  • depends on a programmer

4. Stacks are based on ?

  • FIFO
  • LIFO
  • FILO
  • All of above

5. Enumerator will allocate the memory when its variables are defined.

  • True
  • False
Read more from - C++ Programming Questions Answers - Set 2