Question Detail Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B Similar Questions : 1. What is actual syntax of destructor in c++ ? !Classname( )@Classname( )$Classname( )~Classname( ) Answer: Option D 2. 78. If new operator is used, then the constructor function is ? Copy constructorDefault constructorStatic constructorDynamic constructor Answer: Option D 3. 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 4. The objects can directly access ? Public membersPrivate membersBoth of aboveNone of above Answer: Option A 5. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D Read more from - C++ Programming Questions Answers - Set 2