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 is the difference between test design and test case design?
What is the translation phases used in c language?
How can I avoid the abort, retry, fail messages?
Difference between macros and inline functions? Can a function be forced as inline?
What is the acronym for ansi?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What are multibyte characters?
what type of questions arrive in interview over c programming?
Give the rules for variable declaration?
Can you think of a logic behind the game minesweeper.
How can you call a function, given its name as a string?
How can you return multiple values from a function?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Explain the use of 'auto' keyword in c programming?
What does it mean when a pointer is used in an if statement?