Page 1 of 1

Which function is used to write a single character to console in C++?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) cout.put(ch)
b) cout.putline(ch)
c) write(ch)
d) printf(ch)