7. 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



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

Answer / saurabh pandey

b

Is This Answer Correct ?    8 Yes 0 No

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

Answer / mj baig

b

Is This Answer Correct ?    2 Yes 0 No

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

Answer / saurabh pandey

d

Is This Answer Correct ?    2 Yes 1 No

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

Answer / daljeet singh samra

b

Is This Answer Correct ?    2 Yes 1 No

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

Answer / vikram

b)stdin

Is This Answer Correct ?    1 Yes 0 No

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

Answer / rohit kamlakar

b

Is This Answer Correct ?    1 Yes 0 No

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

Answer / rakesh ranjan

i m damm sure about hits answer

B)stdin

Is This Answer Correct ?    0 Yes 0 No

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

Answer / ar

b but not recommended

Is This Answer Correct ?    0 Yes 0 No

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

Answer / pooranasenthilkumar

A

Is This Answer Correct ?    0 Yes 1 No

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

Answer / senthilkumar

NON OF THIS

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

how to write a c program to print list of fruits in alpabetical order?

0 Answers  


Is that possible to store 32768 in an int data type variable?

0 Answers  


What is the use of #include in c?

0 Answers  


What should malloc(0) do?

0 Answers  


Can we initialize extern variable in c?

0 Answers  






write a program for even numbers?

19 Answers   TCS,


#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39

1 Answers   GameLoft,


How can you access memory located at a certain address?

0 Answers  


What does main () mean in c?

0 Answers  


What is switch in c?

0 Answers  


When should the const modifier be used?

0 Answers  


what is a stack

3 Answers  


Categories