Question Detail

& operator is ?

  • address operator
  • indirection operator
  • logical and
  • logical or
Similar Questions :

1. Classes in c++ are ?

  • Fundamental data type
  • Primitive data type
  • Desired data type
  • Not defined

2. In C++ Functions can returns ?

  • arrays
  • reference
  • objects
  • all of above

3. A class having no public constructors is

  • A public protected class
  • A public class
  • A protected class
  • A private class

4. Which of the following cannot be passed to a function ?

  • Array
  • Reference variable
  • Object
  • File

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.
Read more from - C++ Programming Questions Answers - Set 2