download Mastguru Android App

Question Detail

Which is not C++ storage class

  • auto
  • register
  • static
  • iostream
Similar Questions :

1. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator

2. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

3. Which is not C++ storage class

  • auto
  • register
  • static
  • iostream

4. expression x.y represents as

  • member x of object y
  • member y of object x
  • member y of object pointed by x
  • all of above

5. Meaning of deed copy is

  • A deep copy creates a copy of the dynamically allocated objects too
  • A deep copy just copies the values of the data as they are
  • A deep copy creates a copy of the statically allocated objects too
  • Both A and C
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment