-->

Facebook

Jasper Roberts - Blog
Showing posts with label getchar(). Show all posts
Showing posts with label getchar(). Show all posts

Tuesday, October 14, 2014

The getchar() & putchar() functions

getchar()

-   reads only single character at a time.
-   It can be used in the loop if there is need to read more than one characters from the screen.


putchar() 

-   This function puts only single character at a time.