what is difference between getchar,putchar functions and
printf and scanf function? does putchar show output only
when input given to it

Answer Posted / jeevi

getchar is used to get only one character.. putchar is used
to print only one character.
printf can print more than one character,we can get more
than one variable by using scanf.

Is This Answer Correct ?    47 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

896


Write a program to reverse a linked list in c.

849


hi any body pls give me company name interview conduct "c" language only

1886


any "C" function by default returns an a) int value b) float value c) char value d) a & b

861


Why is c called "mother" language?

1050


Explain what are reserved words?

836


What are enumerated types?

840


write a program to print largest number of each row of a 2D array

2085


What is wrong with this statement? Myname = 'robin';

1045


What is the explanation for prototype function in c?

741


Why c is called top down?

840


Are the outer parentheses in return statements really optional?

817


What is the explanation for modular programming?

898


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2236


What is malloc return c?

782