Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / ......sadu........
stdin is the right answer
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What's the right way to use errno?
What are the c keywords?
Was 2000 a leap year?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What are keywords in c with examples?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Write the Program to reverse a string using pointers.
What is exit() function?
How can you determine the maximum value that a numeric variable can hold?
ATM machine and railway reservation class/object diagram
What is ## preprocessor operator in c?
Write programs for String Reversal & Palindrome check
Define C in your own Language.
What is clrscr in c?