Computer Science, asked by Piyushoct5319, 2 months ago

______________ is also a ‘C’ library function used to input data on the screen, it is formatted input function

Answers

Answered by meenadks1234
0

Explanation:

Input data can be entered from a standard input device by means of the C library function scanf. This function can be used to enter any combination of numeric values, single characters and strings. The function returns the number of data items that have been entered successfully.

Similar questions