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 are the differences between new and malloc in C?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What does s c mean on snapchat?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What does stand for?
What language is c written?
Why C language is a procedural language?
What is an lvalue in c?
What is difference between main and void main?
What are the characteristics of arrays in c?
What do you mean by c what are the main characteristics of c language?
Write a c program to demonstrate character and string constants?
What is the difference between strcpy() and memcpy() function in c programming?
Explain a file operation in C with an example.
Difference between pass by reference and pass by value?