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
What are the disadvantages of a shell structure?
Why do we use namespace feature?
What is pragma in c?
What is pass by reference in functions?
What is the use of getchar() function?
Explain threaded binary trees?
What is time null in c?
What are reserved words?
Without Computer networks, Computers will be half the use. Comment.
Is there a way to jump out of a function or functions?
What is the right type to use for boolean values in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Explain the use of #pragma exit?
What do you understand by normalization of pointers?
What is the difference between malloc() and calloc() function in c language?