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. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

2. Which among following has invalid syntax ?

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

3. What is abstract class

  • Whose objects cant be created
  • Whose objects can be created
  • Depends on class
  • None of above

4. How to define a destructor

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

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
Post a comment