Question Detail How we mark the end of c++ statement ;:>><< Answer: Option A Ad Similar Questions : 1. 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 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. C++ programs must contain start()system()main()program() Answer: Option C 4. Which is boolean operator for logical and &||&|&& Answer: Option D 5. 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 Read more from - C++ Programming Questions Answers - Chapter 1