download Mastguru Android App

Question Detail

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
Similar Questions :

1. Which operator is used to define a member of a class from outside the class definition

  • ->
  • ::
  • .
  • >>

2. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments

  • True
  • False

3. Which type of variables can be referred from anywhere in the c++ code

  • All variables
  • Local variables
  • Universal variables
  • Global variables

4. Every class has atleast one construtor

  • True
  • False

5. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment