InterviewSolution
Saved Bookmarks
| 1. |
Which of the following escape sequence represents carriage return?(a) \r(b) \n(c) \n\r(d) \cI have been asked this question during an internship interview.This question is from Basics in division Basics Concepts of C++ of C++ |
|
Answer» Right choice is (a) \r |
|