what is difference between getchar,putchar functions and
printf and scanf function? does putchar show output only
when input given to it
Answer Posted / suji
getchar() gets only one character from the input.putchar
prints that character.printf prints the text that enter
within doublequotes.scanf gets morethan one input from
console.getchar & putchar gets&puts from & to file.
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
please give me some tips for the placement in the TCS.
Explain how can I open a file so that other programs can update it at the same time?
Is anything faster than c?
Write programs for String Reversal & Palindrome check
What language is lisp written in?
What is bss in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is output redirection?
What is malloc return c?
the question is that what you have been doing all these periods (one year gap)
What is character constants?
What is a header file?
Difference between constant pointer and pointer to a constant.
List some of the static data structures in C?