Correct Answer : cout.put(ch)
Explanation : C++ provides cout.put() function to write a single character to console whereas others are used to write either a single or multiple characters.