Question Detail

Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator
Similar Questions :

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

2. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0

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

4. Which among following has invalid syntax ?

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

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