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
write an algorithm to display a square matrix.
The __________ attribute is used to announce variables based on definitions of columns in a table?
List out few of the applications that make use of Multilinked Structures?
What does p mean in physics?
Write a program to swap two numbers without using the third variable?
What is the use of #include in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is the difference between ++a and a++?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Can a variable be both const and volatile?
What is the use of #define preprocessor in c?
Why calloc is better than malloc?
State two uses of pointers in C?