Question Detail Stack unwinding deals with deals with polymorphismdeals with inheritancedeals with exception handingdeals with classes Answer: Option C Similar Questions : 1. C++ programs must contain start()system()main()program() Answer: Option C 2. Every class has atleast one construtor TrueFalse Answer: Option A 3. ios::ate is used for Set the initial position at the start of the file Set the last position at the end of the fileSet the initial position at the end of the fileSet the last position at the start of the file Answer: Option C 4. what is the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C 5. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1