Computer Science, asked by alfi43, 9 months ago

. Differentiate between put
() and write () with an
example.​

Answers

Answered by khushi1226
1
· 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. It is used to write a line to the standard output.
Similar questions