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
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
How to declare pointer variables?
What is the difference between fread and fwrite function?
What do you mean by dynamic memory allocation in c?
What is nested structure with example?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is the difference between new and malloc functions?
What is meant by gets in c?
Explain what are linked list?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is graph in c?
What is the use of c language in real life?
What is the ANSI C Standard?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is %d called in c?