What is the purpose of the fflush() function in C?
Answer / nashiinformaticssolutions
fflush() clears the output/input buffer.
Is This Answer Correct ? | 0 Yes | 0 No |
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
write a program to create a sparse matrix using dynamic memory allocation.
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
What is structure pointer in c?
What are the storage classes in C?
What is the difference between arrays and pointers?
can we execute the program with the object file
What is header file definition?
why do we use # in c-language?
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
what is difference between strcmp & palindrome?
write a progrmm in c language take user interface generate table using for loop?