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
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
How do we print only part of a string in c?
How can I sort a linked list?
What is null pointer in c?
If I have a char * variable pointing to the name of a function ..
What is an array? What the different types of arrays in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
What is the difference between a string and an array?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
what is the role you expect in software industry?
Why do we use main function?
How can I find the modification date of a file?
When do we get logical errors?
praagnovation
What is calloc in c?