What is the Scanf?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of Edinburgh, Lives in Edinburgh, Scotland.
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 prototype is: int scanf(const char *format, ...);
2023-05-15 14:09:58
评论(499)
Helpful(122)
Helpful
Helpful(2)

Sophia Taylor
QuesHub.com delivers expert answers and knowledge to you.
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 prototype is: int scanf(const char *format, ...);