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
Can a pointer be null?
Can you define which header file to include at compile time?
Explain how can you tell whether a program was compiled using c versus c++?
Can we increase size of array in c?
How can I implement sets or arrays of bits?
What is data structure in c programming?
explain what is a newline escape sequence?
How can I read in an object file and jump to locations in it?
The difference between printf and fprintf is ?
pierrot's divisor program using c or c++ code
Is it possible to execute code even after the program exits the main() function?
Why is event driven programming or procedural programming, better within specific scenario?
How can I delete a file?
Is boolean a datatype in c?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)