Question Detail && means ? Logical ORBitwise ORLogical ANDBitwise AND Answer: Option C Ad Similar Questions : 1. Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A 2. When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D 3. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 4. What is actual syntax of destructor in c++ ? !Classname( )@Classname( )$Classname( )~Classname( ) Answer: Option D 5. Explicit call to a constructor means ? Not providing the construction name at allIs the shorthand methodProviding the constructor name explicitly to invoke itProviding the constructor name implicitly to invoke it Answer: Option C Read more from - C++ Programming Questions Answers - Set 2