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
Not all reserved words are written in lowercase. TRUE or FALSE?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What does *p++ do? What does it point to?
What is the purpose of 'register' keyword?
What is void c?
How can I dynamically allocate arrays?
Do you know pointer in c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
Explain how do you generate random numbers in c?
What is null in c?
Which built-in library function can be used to match a patter from the string?
#include
What is %lu in c?
What is wild pointer in c?
diff between exptected result and requirement?