Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above

Answer Posted / johnson

Wrong, fflush can be applied to any output stream. Stdout and
stderr, as well as any writeable FILE* will work.

Is This Answer Correct ?    25 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between struct and union in C?

930


What is formal argument?

904


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

776


What is struct node in c?

848


Do you know the difference between malloc() and calloc() function?

850


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

1034


What is a struct c#?

801


Not all reserved words are written in lowercase. TRUE or FALSE?

1018


Tell us bitwise shift operators?

832


writ a program to compare using strcmp VIVA and viva with its output.

1810


Write a program to swap two numbers without using third variable in c?

900


What is #line?

839


What is #define used for in c?

846


Why we use conio h in c?

930


Describe static function with its usage?

911