Explain formatted input output functions in c
Answers
Answered by
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