Solved

Printf("Enter the Price: "); Can Be Written in C++ as ____

Question 37

Multiple Choice

printf("Enter the price: ") ; can be written in C++ as ____.


A) cout << "Enter the price: ";
B) cout >> "Enter the price: ";
C) cin << "Enter the price: ";
D) cin >> "Enter the price: ";

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions