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

logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,


What is the use of function overloading in C?

0 Answers   Ittiam Systems,


Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17

0 Answers  


do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.

1 Answers  


can v write main() { main(); } Is it true?

6 Answers  






What Is The Difference Between Null And Void Pointer?

0 Answers   TCS,


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


What should be keep precautions while using the recursion method?

1 Answers  


get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement

3 Answers  


What is hashing in c language?

0 Answers  


What is the use of bitwise operator?

0 Answers  


how to print 212 as Twohundreds twelve plz provide me ans soon

1 Answers  


Categories