Computer Science, asked by mathinjr10, 2 months ago

What are all the I/O statements in c program? ​

Answers

Answered by srisatyalokesh80
1

Answer:

These all functions are collectively known as Standard I/O Library function.

...

Input Ouput Statement.

Format Code Meaning

%g To read double float value

%h To read short integer

%i To read an integer (decimal, octal, hexadecimal)

%o To read an octal integer only

Answered by Anonymous
2

Explanation:

Function description

fscanf() reads a set of data from a file

fprintf() writes a set of data to a file

getw() reads a integer from a file

putw() writes a integer to a file

Similar questions