In C++, what is the purpose of the 'endl' manipulator?
A. Inserts a new line
B. Clears the screen
C. Moves the cursor to the start
D. Ends the program
Answer: Option A
A. Inserts a new line
B. Clears the screen
C. Moves the cursor to the start
D. Ends the program
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