1.

Which function is used to read a single character from the console in C++?

A. cin.get(ch)
B. getline(ch)
C. read(ch)
D. scanf(ch)
Answer» B. getline(ch)


Discussion

No Comment Found