download Mastguru Android App

Question Detail

Which of following valid option will not return a value in c++ ?

  • free
  • void
  • empty
  • null
Similar Questions :

1. Classes that can be used to instantiate objects are called concrete classes.

  • True
  • False

2. Only one copy of the class is inherited, when it is defined as ?

  • virtual
  • public
  • static
  • private

3. Data members and member functions are enclosed within ?

  • union
  • structure
  • class
  • array

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

  • Array
  • Reference variable
  • Object
  • File

5. Classes in c++ are ?

  • Fundamental data type
  • Primitive data type
  • Desired data type
  • Not defined
Read more from - C++ Programming Questions Answers - Set 2
Post a comment