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
Array is an lvalue or not?
Explain how do you override a defined macro?
How can I split up a string into whitespace-separated fields?
What is memory leak in c?
Is it acceptable to declare/define a variable in a c header?
Is c easier than java?
What is null in c?
What are preprocessor directives in c?
Explain the binary height balanced tree?
How many keywords are there in c?
How can I make it pause before closing the program output window?
Explain 'bus error'?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Is c call by value?
What are types of functions?