Computer Science, asked by kakarampuriya868, 5 months ago

the function scanf ()" is used to​

Answers

Answered by rohitkhajuria90
2

The scanf function, which is found in C, reads input for numbers and other datatypes from standard input.

scanf() function is used to read character, string, numeric data from keyboard.

Answered by adventureisland
0

The function scanf ()" is used to receiving user input.

Scanf() Function :

  • Within C Programming language, scanf() is a commonly used function for receiving user input. The scanf() function scans formatted data from conventional input devices like keyboards.
  • The scanf() method reads the information from the data input stream stdin and writes it to the specified locations in argument-list. Each parameter must be a reference to a variables with a kind that matches one of the format-string type specifiers.
Similar questions