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
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Can i use “int” data type to store the value 32768? Why?
What Is The Difference Between Null And Void Pointer?
How many types of functions are there in c?
Where define directive used?
Subtract Two Number Without Using Subtraction Operator
When should you use a type cast?
Explain what’s a signal? Explain what do I use signals for?
How can I find the modification date of a file?
What is a shell structure examples?
There seem to be a few missing operators ..
What are structures and unions? State differencves between them.
Explain About fork()?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Explain what are reserved words?