what is the use of fflush() function?
Answers were Sorted based on User's Feedback
Answer / kamini
the fflush() function is useed for remove the garbage value
of keyboard.
| Is This Answer Correct ? | 15 Yes | 5 No |
Answer / varun sahu
the fflush() function is used to remove garbage which is present in the buffer.
| Is This Answer Correct ? | 12 Yes | 2 No |
What header files do I need in order to define the standard library functions I use?
main() { printf(5+"Vidyarthi Computers"); }
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is volatile, register definition in C
wap in c to accept n number display the highest and lowest value
why we use pointer in c
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is a string?
What does the format %10.2 mean when included in a printf statement?
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
Difference between for loop and while loop?
show how link list can be used to repersent the following polynomial i) 5x+2