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
write a program for the normal snake games find in most of the mobiles.
How can you call a function, given its name as a string?
What are the different types of control structures?
What is a static function in c?
What does != Mean in c?
What does & mean in scanf?
Is it cc or c in a letter?
How can a program be made to print the line number where an error occurs?
Simplify the program segment if X = B then C ← true else C ← false
Explain what are the advantages and disadvantages of a heap?
What is use of bit field?
In which language linux is written?
Is there anything like an ifdef for typedefs?
Where can I get an ansi-compatible lint?
Disadvantages of C language.