Which of the following escape sequence represents carriage return?
A. \r
B. \n
C. \n\r
D. \c
Answer: Option A
A. \r
B. \n
C. \n\r
D. \c
Answer: Option A
What does the 'cin' object in C++ represent?
A. File output stream
B. File input stream
C. Standard output stream
D. Standard input stream
Join The Discussion