Question Detail

Dereference operator is also called as

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

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

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

3. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

4. Which is not a correct variable type

  • float
  • int
  • double
  • real

5. Meaning of deed copy is

  • A deep copy creates a copy of the dynamically allocated objects too
  • A deep copy just copies the values of the data as they are
  • A deep copy creates a copy of the statically allocated objects too
  • Both A and C
Read more from - C++ Programming Questions Answers - Chapter 1