Question Detail

Reference is like a

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

1. Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above

2. Which among following has invalid syntax ?

  • #include
  • #include file
  • #include "file"
  • None of above

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

  • ;
  • :
  • >>
  • <<

4. What is getline() in c++

  • getline() extract the delimeter newline character from the input stream
  • getline() does not extract the delimeter newline character from the input stream
  • None of above

5. what is a class in c++

  • Class in a collection of objects
  • Class has noting to do with object
  • It just have declaration of few variables
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1