Question Detail Which among following has invalid syntax ? #include #include file#include "file"None of above Answer: Option B Similar Questions : 1. Reference is like a PointerStructureArrayNone of above Answer: Option A 2. If value has not type, then the pointer pointing to this value will be known as Empty pointerNull pointerVoid pointerNone of above Answer: Option C 3. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A 4. Difference between static and dynamic memory allocation is In static memory allocation memory to be allocated in preknownIn dynamic memory allocation memory to be allocated in preknownThere is no differneceNot exact difference is mentioned Answer: Option A 5. Which operator is used for comparing two variables :===:== Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1