what is difference between getchar,putchar functions and
printf and scanf function? does putchar show output only
when input given to it
Answer Posted / jeevi
getchar is used to get only one character.. putchar is used
to print only one character.
printf can print more than one character,we can get more
than one variable by using scanf.
| Is This Answer Correct ? | 47 Yes | 11 No |
Post New Answer View All Answers
Tell me what is the purpose of 'register' keyword in c language?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is a dynamic array in c?
Why is #define used?
What is maximum size of array in c?
What is console in c language?
Why is it that not all header files are declared in every C program?
What is a lvalue
in linking some of os executables are linking name some of them
What is preprocessor with example?
Why calloc is better than malloc?
How can I insert or delete a line (or record) in the middle of a file?
Explain built-in function?
What are the types of assignment statements?
What are the types of macro formats?