Question Detail What is the value of sizeof(char) 1248 Answer: Option A Similar Questions : 1. Which is boolean operator for logical and &||&|&& Answer: Option D 2. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C 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. Stack unwinding deals with deals with polymorphismdeals with inheritancedeals with exception handingdeals with classes Answer: Option C 5. What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1