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


Please Help Members By Posting Answers For Below Questions

what is bit rate & baud rate? plz give wave forms

1760


How do I get an accurate error status return from system on ms-dos?

916


Explain what is a static function?

894


Explain how can I remove the trailing spaces from a string?

853


What are the header files used in c language?

834


How does placing some code lines between the comment symbol help in debugging the code?

805


What is the use of ?

850


What are the types of bitwise operator?

888


Write programs for String Reversal & Palindrome check

843


Can the curly brackets { } be used to enclose a single line of code?

974


Difference between malloc() and calloc() function?

933


What is the difference between int main and void main?

837


Which header file is used for clrscr?

826


Why header files are used?

877


write a program to find out prime number using sieve case?

1895