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)â–ºCorrect Option Correct Option is: A