download Mastguru Android App

Question Detail

How we mark the end of c++ statement

  • ;
  • :
  • >>
  • <<
Similar Questions :

1. \r is used for

  • carriage return
  • new line
  • end of the line
  • vertical tab

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. Stack unwinding deals with

  • deals with polymorphism
  • deals with inheritance
  • deals with exception handing
  • deals with classes

4. Declaring pointer more than one can cause

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

5. Which arithmetic operation can be done in pointer

  • Multiplication
  • Division
  • Addition
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment