Question Detail Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D Similar Questions : 1. The symbol ** __ . can be overloaded by changing its datatype.cannot be overloaded, as on overloading its meaning shall be changed.can be overloaded.cannot be overloaded as it is not a C++ operator. Answer: Option D 2. Even if we define a function in a class, then also we need to declare it first. TrueFalse Answer: Option BExplanation:If we define a function in a class, then also we do not need to declare it first. 3. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D 4. & operator is ? address operatorindirection operatorlogical andlogical or Answer: Option A 5. The derived class constructor never passes any values to base class constructorcan pass arguments only to one base class constructor functionis responsible for passing the entire test of arguments needed by base class constructorsnone of above Answer: Option C Read more from - C++ Programming Questions Answers - Set 2