download Mastguru Android App

Question Detail

All members of class have which access to its members

  • private
  • public
  • protected
  • depends
Similar Questions :

1. 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

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

  • ;
  • :
  • >>
  • <<

3. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator

4. 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

5. C++ programs must contain

  • start()
  • system()
  • main()
  • program()
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment