download Mastguru Android App

Question Detail

All members of class have which access to its members

  • private
  • public
  • protected
  • depends
Similar Questions :

1. Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above

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

3. Which is not C++ storage class

  • auto
  • register
  • static
  • iostream

4. Which of the following functions below can be used Allocate space for array in memory

  • calloc()
  • malloc()
  • realloc()
  • All of above

5. All members of class have which access to its members

  • private
  • public
  • protected
  • depends
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment