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 c programming structure?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is the use of sizeof?
Explain how do you sort filenames in a directory?
Write a program of advanced Fibonacci series.
What is an operator?
Explain what is the difference between #include and #include 'file' ?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Can you add pointers together? Why would you?
What does it mean when a pointer is used in an if statement?
Why c is a procedural language?
Explain what are run-time errors?
When can a far pointer be used?
What is the function of volatile in c language?
Write a program to identify if a given binary tree is balanced or not.