Question Detail

All members of class have which access to its members

  • private
  • public
  • protected
  • depends
Similar Questions :

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

  • ;
  • :
  • >>
  • <<

2. Declaring pointer more than one can cause

  • Trap
  • abort a program
  • error
  • none of above

3. C++ programs must contain

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

4. Can #define accept parameters

  • Yes
  • No

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

  • calloc()
  • malloc()
  • realloc()
  • All of above
Read more from - C++ Programming Questions Answers - Chapter 1