Write a program to accept your name and address using gets() and puts() in c.
Answers
Answered by
0
Answer:
C puts() function
The puts() function is used to print the string on the console which is previously read by using gets() or scanf() function. The puts() function returns an integer value representing the number of characters being printed on the console.
Similar questions