Question Detail & operator is ? address operatorindirection operatorlogical andlogical or Answer: Option A Similar Questions : 1. Classes in c++ are ? Fundamental data typePrimitive data typeDesired data typeNot defined Answer: Option C 2. In C++ Functions can returns ? arraysreferenceobjectsall of above Answer: Option D 3. A class having no public constructors is A public protected classA public classA protected classA private class Answer: Option D 4. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D 5. A variable is defined within a block in a body of a function. Which of the following are true ? It is visible from the point of definition to the end of the program.It is visible throughout the function.It is visible from the point of definition to the end of the block.It is visible throughout the block. Answer: Option B Read more from - C++ Programming Questions Answers - Set 2