which function is used ti read
string from input device
Answers
Answered by
1
Entering Input Data: the scanf Function. 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 string
Similar questions