Expressions
Matching exercise
Match the items on the right to the items on the left.
The function is used to read multiple data values of different data types from the keyboard
The scanf() function is built-in function defined in a header file called
The function is used to read a character from the keyboard and return it to the program
The function is used to read a line of string and stores it into a character array
The function is used to read data values from a file
scanf()
"stdio.h"
getchar()
gets()
fscan()