download Mastguru Android App

Question Detail

C++ programs must contain

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

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

  • ;
  • :
  • >>
  • <<

2. Meaning of PDB

  • Physical Database File
  • Program Database File
  • Program Direct File
  • None of above

3. Which is not a correct variable type

  • float
  • int
  • double
  • real

4. What is getline() in c++

  • getline() extract the delimeter newline character from the input stream
  • getline() does not extract the delimeter newline character from the input stream
  • None of above

5. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment