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
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Write a program to reverse a linked list in c.
hi any body pls give me company name interview conduct "c" language only
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Why is c called "mother" language?
Explain what are reserved words?
What are enumerated types?
write a program to print largest number of each row of a 2D array
What is wrong with this statement? Myname = 'robin';
What is the explanation for prototype function in c?
Why c is called top down?
Are the outer parentheses in return statements really optional?
What is the explanation for modular programming?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is malloc return c?