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
Why is event driven programming or procedural programming, better within specific scenario?
What is pivot in c?
How to write c functions that modify head pointer of a linked list?
Is using exit() the same as using return?
What is the difference between int main and void main in c?
What is bubble sort technique in c?
Explain bitwise shift operators?
What is exit() function?
What are the complete rules for header file searching?
Can you write a programmer for FACTORIAL using recursion?
What are volatile variables in c?
Why doesn't C support function overloading?
how is the examination pattern?
What is a loop?
What is the process of writing the null pointer?