Computer Science, asked by kvpavankalyan, 5 months ago

describe about formatted input and output statement in c​

Answers

Answered by anurag1720328aps
0

Answer:

C provides standard functions scanf() and printf(), for performing formatted input and output .These functions accept, as parameters, a format specification string and a list of variables.

The format specification string is a character string that specifies the data type of each variable to be input or output and the size or width of the input and output.

Similar questions