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

Answer Posted / saurabh pandey

b

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

622


What is #include called?

567


What are the back slash character constants or escape sequence charactersavailable in c?

686


What is the use of typedef in c?

585


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

759






Is there any demerits of using pointer?

629


What is type qualifiers?

660


How can I swap two values without using a temporary?

614


What are reserved words?

654


What functions are used in dynamic memory allocation in c?

596


What are the types of c language?

556


Why is main function so important?

615


What is the difference between ā€˜gā€™ and ā€œgā€ in C?

2536


what do you mean by enumeration constant?

597


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

637