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
Explain about the constants which help in debugging?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Define C in your own Language.
What is graph in c?
how could explain about job profile
Dont ansi function prototypes render lint obsolete?
What is a header file?
Describe dynamic data structure in c programming language?
What are the applications of c language?
Why & is used in c?
Explain argument and its types.
Can we change the value of static variable in c?
Explain 'far' and 'near' pointers in c.
i got 75% in all semester am i eligible for your company
What is the value of a[3] if integer a[] = {5,4,3,2,1}?