Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you read a directory in a C program?

892


What is the scope of local variable in c?

791


What is the stack in c?

892


How can I copy just a portion of a string?

1066


What is cohesion and coupling in c?

797


What are the types of unary operators?

889


What do you understand by normalization of pointers?

825


Is c is a low level language?

800


How do I convert a string to all upper or lower case?

875


Do you know what are bitwise shift operators in c programming?

834


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

956


a program that can input number of records and can view it again the record

1697


What are compound statements?

847


What is new line escape sequence?

1031


What is the difference between the expression “++a” and “a++”?

854