Answer Posted / kamini
the fflush() function is useed for remove the garbage value
of keyboard.
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What is the difference between ++a and a++?
Why is void main used?
Explain how do you convert strings to numbers in c?
What is sizeof return in c?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is variable in c example?
Write a program to print ASCII code for a given digit.
What is a macro?
What are dangling pointers in c?
What is the difference between far and near in c?
What is non linear data structure in c?
There seem to be a few missing operators ..
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
When is a null pointer used?
What is conio h in c?