Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How many types of functions are there in c?

0 Answers  


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

0 Answers  


if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?

2 Answers   NetApp,


c program to compute AREA under integral

0 Answers   Infosys,


What are the advantages of using linked list for tree construction?

0 Answers  


Implement bit Array in C.

0 Answers   GrapeCity,


void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 Answers   Wipro,


char ch=10;printf("%d",ch);what is the output

14 Answers   Accenture,


Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.

0 Answers  


how memory store byte

4 Answers   Huawei,


What is the benefit of using const for declaring constants?

0 Answers  


In C, What is the #line used for?

2 Answers  


Categories