which function is used to read data from the keyboard?
Answers
Answered by
3
Answer:
To read the data from the keyboard, we use three different functions; scan(), readline(), print(). Read Data Values: This is used for reading data into the input vector or an input list from the environment console or file. Keywords: File, connection. With readline(), we read multiple lines from a connection.You can use the builtin scanf function to read data from keyboard. Following is a sample C Language program, which reads your age and prints whether you are Infant or Child or Adult based on the Input given.
Answered by
2
To read the data from the keyboard, we use three different function
scan, readline, print
HOPE THIS WILL HELP YOU❤ (≡^∇^≡)
Similar questions