download Mastguru Android App

Question Detail

C++ programs must contain

  • start()
  • system()
  • main()
  • program()
Similar Questions :

1. Which of the following type of class allows only one object of it to be created

  • Virtual class
  • Abstract class
  • Singleton class
  • Friend class

2. Every class has atleast one construtor

  • True
  • False

3. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments

  • True
  • False

4. How we mark the end of c++ statement

  • ;
  • :
  • >>
  • <<

5. Which of the following functions below can be used Allocate space for array in memory

  • calloc()
  • malloc()
  • realloc()
  • All of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment