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

Answer Posted / karthik

c

Is This Answer Correct ?    10 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is volatile variable in c?

658


What are 3 types of structures?

594


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

603


Do you know the difference between malloc() and calloc() function?

614


What is variable declaration and definition in c?

503






Why c is called a mid level programming language?

607


What are categories used for in c?

568


List the difference between a While & Do While loops?

639


How can I make it pause before closing the program output window?

581


Describe the header file and its usage in c programming?

622


Explain how can you check to see whether a symbol is defined?

663


What is the difference between formatted&unformatted i/o functions?

617


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1730


What are loops in c?

551


What are the uses of null pointers?

590