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

When would you use a pointer to a function?

0 Answers  


how to swap 2 numbers within a single statement?

4 Answers  


What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


What is information technology.

1 Answers  


How old is c programming language?

0 Answers  






Once I have used freopen, how can I get the original stdout (or stdin) back?

0 Answers  


where do we use structure pointer?

1 Answers  


How do you sort filenames in a directory?

0 Answers  


#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?

6 Answers   Ramco,


What is the meaning of && in c?

0 Answers  


sum of two integers values only other then integer it should print invalid input.

1 Answers  


By using C language input a date into it and if it is right?

0 Answers   Aricent,


Categories