Question Detail Which among following has invalid syntax ? #include #include file#include "file"None of above Answer: Option B Similar Questions : 1. 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 2. Can #define accept parameters YesNo Answer: Option A 3. Meaning of deed copy is A deep copy creates a copy of the dynamically allocated objects tooA deep copy just copies the values of the data as they areA deep copy creates a copy of the statically allocated objects tooBoth A and C Answer: Option A 4. Which is boolean operator for logical and &||&|&& Answer: Option D 5. Can we overload constructors in C++ YesNo Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1