Q. Which function is used to write a single character to the console in C++?
β
Correct Answer: (C)
cout.put(c)
Explanation: In C , the cout.put() function writes a single character to the console.