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. Which is not a correct variable type

  • float
  • int
  • double
  • real

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

  • private
  • public
  • protected
  • depends

3. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

4. Which type of variables can be referred from anywhere in the c++ code

  • All variables
  • Local variables
  • Universal variables
  • Global variables

5. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments

  • True
  • False
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment