What is the purpose of Scanf Print, getchar, putchar,
function?
Answer Posted / kumutha
sacnf()- input data can be entered into the computer using
the standard input'c' library function........
printf()- output data or result of an operation can be
displayed from the computer to a standard output device
using the library function........
getchar()- single character can be given to the computer
using 'c' input library function........
putchar()- used to display one character at a time on the
standard output device.........
Is This Answer Correct ? | 29 Yes | 3 No |
Post New Answer View All Answers
Explain how do you print an address?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is volatile, register definition in C
Explain what is operator promotion?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is the difference between far and near ?
Why we use break in c?
Explain what is the general form of a c program?
What are different types of operators?
What are the 5 organizational structures?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is wrong in this statement?
What is string concatenation in c?
Who developed c language?