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. How we mark the end of c++ statement

  • ;
  • :
  • >>
  • <<

2. Which of the following functions below can be used Allocate space for array in memory

  • calloc()
  • malloc()
  • realloc()
  • All of above

3. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

4. Which among following has invalid syntax ?

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

5. What is abstract class

  • Whose objects cant be created
  • Whose objects can be created
  • Depends on class
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1