Computer Science, asked by hita7274, 6 hours ago

Explain formatted input output functions in c

Answers

Answered by shaluyadav8757
5

Answer:

  • C provides standard functions scanf() and printf(), for performing formatted input and output . ... 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