Answer Posted / ashutosh
the use of fflush(stdin) is to clear the input buffer bcoz when ever we take an input the space is allocated to it but after its scope gets over, the input is removed but the space allocated is as it is. it can be used only by using headerfile
#include<stdio.h>
| Is This Answer Correct ? | 60 Yes | 10 No |
Post New Answer View All Answers
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Why is c called c?
What is c language used for?
Explain what is operator promotion?
What is the role of this pointer?
Explain b+ tree?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
How many parameters should a function have?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is a const pointer in c?
What is the difference between struct and union in C?
Explain how can I write functions that take a variable number of arguments?
What is the difference between class and object in c?
What is the symbol indicated the c-preprocessor?
What is structure padding in c?