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

Answers were Sorted based on User's Feedback



Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stde..

Answer / 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

Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stde..

Answer / karthik

c

Is This Answer Correct ?    10 Yes 7 No

Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stde..

Answer / 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

Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stde..

Answer / ......sadu........

stdin is the right answer

Is This Answer Correct ?    7 Yes 7 No

Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stde..

Answer / vinay

BOTH A AND B

The function fflush() clears the buffer associated with a
specified input/output device(stdin or stdout).

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More C Interview Questions

What are the types of type specifiers?

0 Answers  


While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  


what is the different between data structure and data type?

1 Answers   Ignou,


What is the use of volatile?

0 Answers  


Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,






What is the difference b/w Structure & Array?

6 Answers  


Why does not use getgh(); and <conio.h> in c language.

3 Answers   Elofic,


What is header file definition?

0 Answers  


what is the meaning of java that is (J A V A) full form of JAVA

71 Answers   AKS University, Bhel, BNL, BPO, HCL, Peacecon,


What is bubble sort in c?

0 Answers  


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


write a program for odd numbers?

15 Answers  


Categories