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. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

2. Default constructor has how many arguments

  • 1
  • 2
  • 3
  • 0

3. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator

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

  • True
  • False

5. what is a class in c++

  • Class in a collection of objects
  • Class has noting to do with object
  • It just have declaration of few variables
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment