Computer Science, asked by prachiphalke, 3 months ago

Date
explain string input and output functions
in c​

Answers

Answered by Anonymous
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
Math, 1 month ago