download Mastguru Android App

Question Detail

Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above
Similar Questions :

1. How to define a destructor

  • X~() {}
  • X() {}~
  • X() ~{}
  • ~X() {}

2. Can #define accept parameters

  • Yes
  • No

3. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

4. What is the meaning of base class in C++

  • Another class got inherit from this class
  • It inherit other class
  • It has a pointer variable
  • It is the first class declared

5. 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
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment