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

What is an lvalue in c?

0 Answers  


how can we print  hellow world programme without using semicolon

3 Answers  


write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..

1 Answers  


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

0 Answers   Wilco,


When should the volatile modifier be used?

0 Answers  


program for validity of triangle from 3 side

7 Answers  


What is the sizeof () operator?

0 Answers  


Explain bitwise shift operators?

0 Answers  


What is line in c preprocessor?

0 Answers  


main() { printf("hello"); fork(); }

0 Answers   Wilco,


What does the c preprocessor do?

0 Answers  


What language is c written?

0 Answers  


Categories