download Mastguru Android App

Question Detail

How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define
Similar Questions :

1. All members of class have which access to its members

  • private
  • public
  • protected
  • depends

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

3. Can #define accept parameters

  • Yes
  • No

4. Declaring pointer more than one can cause

  • Trap
  • abort a program
  • error
  • none of above

5. cout is declared in the _____ standard file within the std namespace

  • outstream
  • stdin
  • iostream
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment