Question Detail Which among following has invalid syntax ? #include #include file#include "file"None of above Answer: Option B Similar Questions : 1. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C 2. All members of class have which access to its members privatepublicprotecteddepends Answer: Option A 3. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A 4. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D 5. Stack unwinding deals with deals with polymorphismdeals with inheritancedeals with exception handingdeals with classes Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1