What is the difference between the following?
(1) - getchar ( ) and putchar ( )
(2) - gets ( ) and puts ( )
Answers
Answered by
1
Answer:
These are almost same but the only difference is puts and putchar prints value to console whereas gets and getchar takes value from console. 2.) These is no need of using any header files for them.
Similar questions