what is difference between getchar,putchar functions and
printf and scanf function? does putchar show output only
when input given to it
Answer Posted / moses
getchar gets a character,printf prints the text,scanf read
the input,putchar prints the character of getchar....
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
How can I ensure that integer arithmetic doesnt overflow?
Explain the ternary tree?
How can my program discover the complete pathname to the executable from which it was invoked?
int far *near * p; means
What is a structural principle?
What will be your course of action for a push operation?
What is the advantage of using #define to declare a constant?
what are bit fields in c?
What is infinite loop?
What is %lu in c?
What is the meaning of && in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is array of structure in c programming?
What is void main ()?
what is the structure pointer?