What is use of scan f ( ) function?
Answers
Answered by
1
scanf is a function that reads data with specified format from a given string stream source, originated from C programming language, and is present in many other programming languages. The scanf function allows you to accept input from standard in, which for us is generally the keyboard.
Similar questions