function is use for input in c- language. a)scanf b)printf. c)main d) clrscr
Answers
Answered by
1
Answer:
scanf
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