Computer Science, asked by karansahotakaran70, 8 months ago

scanf( ) is used for.....​

Answers

Answered by Anonymous
2

Answer:

The scanf function allows you to accept input from standard in, which for us is generally the keyboard. The program will read in an integer value that the user enters on the keyboard (%d is for integers, as is printf, so b must be declared as an int) and place that value into b. ...

Similar questions