Home / Report Question

Q. Which function is used to read a single character from the console in C++?
  • A. getline(ch)
  • B. cin.get(ch)
  • C. scanf(ch)
  • D. read(ch)