Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following is C++ equivalent for printf()?

a) cin
b) cout
c) print
d) input

Answer: b
Explanation: C++ uses cout to print output to console. However C++ also uses printf().

Join The Discussion