Advertisement



< Prev
Next >



C++ Unformatted Output Functions






In our last article, we introduced you to the unformatted and formatted input functions. In this article, we are only going to focus on unformatted output functions. Unformatted console output functions are used for performing output operations at console.


Some of the most important formatted console output functions are -

Functions Description
put(char ch)
Reads a single character from the user at the console, and returns it.

write(char *arr, int num)
Writes a number of characters in a char array to the console.





How to access these unformatted output functions?


Please Subscribe

Please subscribe to our social media channels for daily updates.


Decodejava Facebook Page  DecodeJava Twitter Page Decodejava Google+ Page




Advertisement



Notifications



Please check our latest addition

C#, PYTHON and DJANGO


Advertisement