Which header file is needed to use the 'cin' and 'cout' objects in C++?
A. <iostream>
B. <stdio.h>
C. <conio.h>
D. <fstream>
Answer: Option A
A. <iostream>
B. <stdio.h>
C. <conio.h>
D. <fstream>
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