Answer: put one next character to the output stream
Step-by-step explanation:
put is a member of the output stream class. So using the code cout which means displaying and the put method which places a character to the output stream. It is in use in C++.