Date
explain string input and output functions
in c
Answers
Answered by
2
Answer:
The following are the input and output functions of strings in c. Input functions: scanf(), gets() Output functions: printf(), puts() The scanf() and printf() are generic i/o functions that they support all built-in data types such as int, float, long, double, strings..etc.
Similar questions