Computer Science, asked by sudheeshsvv, 1 month ago

Write a program to accept your name and address using gets() and puts() in c.

Answers

Answered by kattasaipranaytejaka
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