Question Detail What is the value of sizeof(char) 1248 Answer: Option A Similar Questions : 1. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A 2. What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A 3. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D 4. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B 5. Default constructor has how many arguments 1230 Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1