7. Identify the correct argument for the function call
fflush() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Post New Answer View All Answers
How can I list all of the predefined identifiers?
What are header files why are they important?
Should a function contain a return statement if it does not return a value?
What is structure padding in c?
cavium networks written test pattern ..
In C language, a variable name cannot contain?
How does free() know explain how much memory to release?
What is floating point constants?
Explain how can I read and write comma-delimited text?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What are # preprocessor operator in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Explain what’s a signal? Explain what do I use signals for?
explain what are actual arguments?
Can I initialize unions?