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 / pooranasenthilkumar
A
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can a variable be both constant and volatile?
Explain what does it mean when a pointer is used in an if statement?
i have a written test for microland please give me test pattern
What is void c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is non linear data structure in c?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
How can I read a binary data file properly?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
When should a type cast be used?
What is #include called?
What are Macros? What are its advantages and disadvantages?
What is the difference between exit() and _exit() function?
Which header file is used for clrscr?
can we have joblib in a proc ?