Question Detail 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 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. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A 3. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A 4. Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A 5. Which of the following cannot be inherited from the base class ConstructorFriendBoth A and B cannot be inheritedBoth A and B can be inherited Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1