Computer Science, asked by barmeshwartiwari1079, 5 months ago

.Name the functions used for inputting numeric value during run time.​

Answers

Answered by Anonymous
2

Answer:

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