Question Detail Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B Similar Questions : 1. What is purpose of abstract class ? to provide help with database connectivity.to provide data input to other classes.to provide security to other classes.to provide an appropriate base class from which other classes can inherit. Answer: Option D 2. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D 3. 66. A constructor function is generally defined In the private section of a classIn the public section of a classIn the protected section of a classNone of the above Answer: Option B 4. A Variable __ of void type. May be declaredCan be initializedCannot be intializedCannot be declared Answer: Option D 5. & operator is ? address operatorindirection operatorlogical andlogical or Answer: Option A Read more from - C++ Programming Questions Answers - Set 2