Google News
logo
CPP - Quiz(MCQ)
Which of the following is C++ equivalent for scanf()?
A)
input
B)
print
C)
cin
D)
cout

Correct Answer :   cin


Explanation : C++ uses cin to read input form uses. However C++ also uses scanf().

Advertisement