Diffrence between puts()and putchar()
Answers
Answered by
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.
Mark me as the brainliest
Similar questions