what is difference between getchar,putchar functions and
printf and scanf function? does putchar show output only
when input given to it
Answer Posted / suji
getchar() gets only one character from the input.putchar
prints that character.printf prints the text that enter
within doublequotes.scanf gets morethan one input from
console.getchar & putchar gets&puts from & to file.
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
What is difference between structure and union?
Explain about block scope in c?
What is the size of array float a(10)?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
State the difference between x3 and x[3].
What is a 'null pointer assignment' error?
How can you allocate arrays or structures bigger than 64K?
Difference between MAC vs. IP Addressing
can we have joblib in a proc ?
how to write a c program to print list of fruits in alpabetical order?
What is the purpose of clrscr () printf () and getch ()?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Can a variable be both static and volatile in c?
What is an expression?
How reliable are floating-point comparisons?