Question Detail 78. If new operator is used, then the constructor function is ? Copy constructorDefault constructorStatic constructorDynamic constructor Answer: Option D Similar Questions : 1. What is true about Constructor ? Its name is plural of class name.Its name has * symbol before it.Its name is same as of class name.Its name has # symbol before it. Answer: Option C 2. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B 3. Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A 4. What is class in c++ ? When you define a class, you define a blueprint for a data type.When you define a class, you make get more funtionality.When you define a class, you define the logic. When you define a class, you make debugging. Answer: Option A 5. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D Read more from - C++ Programming Questions Answers - Set 2