download Mastguru Android App

Question Detail

Which is not C++ storage class

  • auto
  • register
  • static
  • iostream
Similar Questions :

1. Which is not a correct variable type

  • float
  • int
  • double
  • real

2. C++ programs must contain

  • start()
  • system()
  • main()
  • program()

3. Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above

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

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

5. cout is declared in the _____ standard file within the std namespace

  • outstream
  • stdin
  • iostream
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment