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


Please Help Members By Posting Answers For Below Questions

Are the expressions * ptr ++ and ++ * ptr same?

847


Explain Basic concepts of C language?

815


What is #define size in c?

842


Describe the order of precedence with regards to operators in C.

826


What does 4d mean in c?

1205


What is the difference between a free-standing and a hosted environment?

883


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.?

809


What does void main () mean?

947


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

880


What does 2n 4c mean?

966


Explain the use of bit fieild.

896


What’s the special use of UNIONS?

857


What is binary tree in c?

827


how logic is used

1686


Why do we use static in c?

809