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

Explain how can you tell whether a program was compiled using c versus c++?

582


Why does everyone say not to use gets?

612


What is structure padding in c?

632


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1455


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2659






What are linked lists in c?

653


Describe the modifier in c?

610


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

1779


What are inbuilt functions in c?

564


What does static variable mean in c?

657


Explain what is the difference between text files and binary files?

622


Explain what are preprocessor directives?

634


Is using exit() the same as using return?

684


Why are algorithms important in c program?

625


What is the purpose of ftell?

603