Computer Science, asked by kartik1706, 6 months ago

Give the difference between putchar()

Answers

Answered by Anonymous
6

\huge\boxed{\fcolorbox{black}{pink}{Answer}}</p><p>

putchar is abbreviation for PUT CHARACTER whereas puts is abbreviation for PUT STRING. As the name specifies putchar is used for printing a single character on console or standard output whereas puts prints a string with an additional newline character at the end.

Answered by gugulothsharada77
0

Explanation:

putchar is abbreviation for PUT CHARACTER whereas puts is abbreviation for PUT STRING. As the name specifies putchar is used for printing a single character on console or standard output whereas puts prints a string with an additional newline character at the end.

Similar questions