Correct Answer : cin.get(ch)
Explanation : C++ provides cin.get() function to read a single character from console whereas others are used to read either a single or multiple characters.