Question Detail

Which is not C++ storage class

  • auto
  • register
  • static
  • iostream
Similar Questions :

1. Which is not C++ storage class

  • auto
  • register
  • static
  • iostream

2. Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above

3. ios::ate is used for

  • Set the initial position at the start of the file
  • Set the last position at the end of the file
  • Set the initial position at the end of the file
  • Set the last position at the start of the file

4. Inline functions are invoked at

  • Run time
  • Compile time
  • Debug time
  • None of above

5. Constructor is

  • A class automatically called whenever a new object of this class is created
  • A class automatically called whenever a new object of this class is destroyed
  • A function automatically called whenever a new object of this class is created
  • A function automatically called whenever a new object of this class is destroyed
Read more from - C++ Programming Questions Answers - Chapter 1