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 / vikram

b)stdin

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why c is called object oriented language?

582


When do we get logical errors?

635


What is difference between static and global variable in c?

539


Explain built-in function?

591


What is the use of getchar() function?

628






What does the characters “r” and “w” mean when writing programs that will make use of files?

856


Explain bit masking in c?

635


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1379


What is getch?

633


What does s c mean on snapchat?

583


What is the difference between ‘g’ and “g” in C?

2531


write a program to display all prime numbers

1454


What are c preprocessors?

677


Explain how can I manipulate strings of multibyte characters?

780


What is merge sort in c?

644