What does the 'endl' manipulator do in C++?
A. Ends the program
B. Moves the cursor to the start
C. Clears the screen
D. Inserts a new line
Answer: Option D
A. Ends the program
B. Moves the cursor to the start
C. Clears the screen
D. Inserts a new line
Answer: Option D
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