Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / pankaj goswami
d is the right ans because fflush contain all stdin for
standardinput,output and error.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is bit rate & baud rate? plz give wave forms
How do I get an accurate error status return from system on ms-dos?
Explain what is a static function?
Explain how can I remove the trailing spaces from a string?
What are the header files used in c language?
How does placing some code lines between the comment symbol help in debugging the code?
What is the use of ?
What are the types of bitwise operator?
Write programs for String Reversal & Palindrome check
Can the curly brackets { } be used to enclose a single line of code?
Difference between malloc() and calloc() function?
What is the difference between int main and void main?
Which header file is used for clrscr?
Why header files are used?
write a program to find out prime number using sieve case?