

MCQOPTIONS
Saved Bookmarks
1. |
Which function is used to write a single character to console in C++? |
A. | cout.put(ch) |
B. | cout.putline(ch) |
C. | write(ch) |
D. | printf(ch) |
Answer» B. cout.putline(ch) | |