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
What is meant by initialization and how we initialize a variable?
What are variables c?
How can type-insensitive macros be created?
write a program to rearrange the array such way that all even elements should come first and next come odd
What are the keywords in c?
Write a program to print “hello world” without using semicolon?
Can you explain the four storage classes in C?
FILE PROGRAMMING
What is a structure and why it is used?
Can i use “int” data type to store the value 32768? Why?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is difference between structure and union?
can we have joblib in a proc ?
Why is event driven programming or procedural programming, better within specific scenario?
What is the difference between malloc calloc and realloc in c?