download Mastguru Android App

Question Detail

Stack unwinding deals with

  • deals with polymorphism
  • deals with inheritance
  • deals with exception handing
  • deals with classes
Similar Questions :

1. C++ programs must contain

  • start()
  • system()
  • main()
  • program()

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

  • outstream
  • stdin
  • iostream
  • None of above

3. Reference is like a

  • Pointer
  • Structure
  • Array
  • None of above

4. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==

5. How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment