Formatted input/output function in C
The formatted input/output functions read and write, respectively, all types of data values.
They require format string to produce formatted results.
They can be used for both reading and writing of all data values.
The formatted functions return values after execution.
Example of formatted Function:
Printf()
Scanf()
They require format string to produce formatted results.
They can be used for both reading and writing of all data values.
The formatted functions return values after execution.
Example of formatted Function:
Printf()
Scanf()
Post a Comment