What is the purpose of the fflush() function in C?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
fflush() clears the output/input buffer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
fflush() clears the output/input buffer.vv
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is the stack?
What is time complexity c?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
When should the register modifier be used? Does it really help?
What is structure padding in c?
What is an example of enumeration?
wat is the meaning of c?
Explain how do you sort filenames in a directory?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1