What is the purpose of the 'break' statement in a loop in C++?
A. Skip the next iteration
B. Start the next iteration
C. Exit the loop
D. Terminate the program
Answer: Option C
A. Skip the next iteration
B. Start the next iteration
C. Exit the loop
D. Terminate the program
Answer: Option C
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