What is the purpose of Scanf Print, getchar, putchar,
function?
Answer Posted / bhushan deshmukh
C language is procedural language. It contain's system
function for I/O, These function useing in Input and
Output....
1. Scanf :- function using for formated input.. with
showing some formated output message...
2. Printf :- Function using for display formated output on
console...
3. Getchar() :- using for Get a only one character at one
time...
4. Putchar() :- Using for a single character without
formated...
Is This Answer Correct ? | 40 Yes | 6 No |
Post New Answer View All Answers
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
how to write optimum code to divide a 50 digit number with a 25 digit number??
what value is returned to operating system after program execution?
What does & mean in scanf?
What is the difference between union and anonymous union?
Why is event driven programming or procedural programming, better within specific scenario?
What are the types of arrays in c?
Write a program to reverse a linked list in c.
When should the register modifier be used? Does it really help?
When should we use pointers in a c program?
What is c method?
What is #include stdio h?
How can I dynamically allocate arrays?
Explain what is a static function?
Write a program to generate random numbers in c?