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. Can #define accept parameters

  • Yes
  • No

2. what is the size of int datatype for 32 bit system

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte

3. What is polymorphism

  • Ability to take more than one form
  • Ability to destroy destructor
  • Ability to create constructor
  • None of above

4. How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define

5. Meaning of PDB

  • Physical Database File
  • Program Database File
  • Program Direct File
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment