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
Are the expressions * ptr ++ and ++ * ptr same?
Explain Basic concepts of C language?
What is #define size in c?
Describe the order of precedence with regards to operators in C.
What does 4d mean in c?
What is the difference between a free-standing and a hosted environment?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What does void main () mean?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What does 2n 4c mean?
Explain the use of bit fieild.
What’s the special use of UNIONS?
What is binary tree in c?
how logic is used
Why do we use static in c?