Computer Science, asked by Tanyaaaaa2290, 7 months ago

What the difference between putchar() and puts() function

Answers

Answered by bhowmiktanushree9
1

Answer:

Putchar () : This function is used to print one character on the screen and this may be other character from C characterset that is it may be printable or non printable characters.

Putch () : The putch () function is used to display all alphanumeric characters thought the standard output device like monitor.

Explanation:

Hope it helps....

Similar questions