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
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is an auto variable in c?
How many keywords (reserve words) are in c?
How can type-insensitive macros be created?
Should I learn data structures in c or python?
What is an arrays?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
how logic is used
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Explain is it better to bitshift a value than to multiply by 2?
What is difference between && and & in c?
What is the difference between declaring a variable and defining a variable?
what is the basis for selection of arrays or pointers as data structure in a program
How would you rename a function in C?
What is the difference between variable declaration and variable definition in c?