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. Which among following is correct way of declaring object of a class ?

  • Classname Objectname;
  • Class Classname Objectname;
  • Class Classname Object Objectname;
  • Classname Object Objectname;

2. The default visibility mode while inheriting is ?

  • public
  • protected
  • private
  • may be any of above

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

  • free
  • void
  • empty
  • null

4. Destructors are called ?

  • not defined
  • in any order
  • in the reverse order of constructor calls
  • in the same order of constructor calls

5. Queues are based on ?

  • LIFO
  • FIFO
  • LILO
  • FILO
Read more from - C++ Programming Questions Answers - Set 2
Post a comment