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
What is a char c?
Write a program of prime number using recursion.
Why do we use c for the speed of light?
What is #include stdio h?
What is the difference between char array and char pointer?
If errno contains a nonzero number, is there an error?
Write a progarm to find the length of string using switch case?
What is array within structure?
How are Structure passing and returning implemented by the complier?
How do we make a global variable accessible across files? Explain the extern keyword?
How does sizeof know array size?
Can we use any name in place of argv and argc as command line arguments?
What is cohesion and coupling in c?
What is a header file?
How can my program discover the complete pathname to the executable from which it was invoked?