Computer Science, asked by manmeet0148, 3 months ago

why Print f ( ) and scan f( ) are called formatted input/ output functions?​

Answers

Answered by tanishkarawat509
0

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. Now to discuss formatted output in functions.

Similar questions