Question Detail \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A Similar Questions : 1. Which is boolean operator for logical and &||&|&& Answer: Option D 2. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B 3. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A 4. What is getline() in c++ getline() extract the delimeter newline character from the input streamgetline() does not extract the delimeter newline character from the input streamNone of above Answer: Option A 5. What is inheritance Inheritance allows one class to reuse the state and behavior of another class.It deals with dangling pointersIt deals with void pointersIt is type of class declaration Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1