Question Detail && means ? Logical ORBitwise ORLogical ANDBitwise AND Answer: Option C Similar Questions : 1. A Variable __ of void type. May be declaredCan be initializedCannot be intializedCannot be declared Answer: Option D 2. We can do constructor overloading in C++ ? TrueFalse Answer: Option BExplanation:constructor overloading can be done in C++. 3. Which is more memory efficient ? structureunionboth use same memorydepends on a programmer Answer: Option B 4. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 5. Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A Read more from - C++ Programming Questions Answers - Set 2