Q. Which function is used to read a single character from the console in C++?
β
Correct Answer: (B)
cin.get(ch)
You must be Logged in to update hint/solution