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 / rohit kamlakar

b

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should a type cast be used?

573


What are the different types of control structures in programming?

660


What is memory leak in c?

633


Why we write conio h in c?

567


Is file a keyword in c?

502






Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

608


p*=(++q)++*--p when p=q=1 while(q<=6)

1266


What are multidimensional arrays?

656


What are linked lists in c?

651


What is the use of ?

624


When is a void pointer used?

676


Are local variables initialized to zero by default in c?

549


What does void main return?

604


Write a program to print "hello world" without using a semicolon?

595


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

744