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 / senthilkumar
NON OF THIS
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Where local variables are stored in c?
Describe wild pointers in c?
How many levels of pointers have?
When should a type cast not be used?
Explain Function Pointer?
Difference between constant pointer and pointer to a constant.
Write a function that will take in a phone number and output all possible alphabetical combinations
Explain the process of converting a Tree into a Binary Tree.
What does the file stdio.h contain?
Why do we need volatile in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Is it possible to initialize a variable at the time it was declared?
Explain how many levels deep can include files be nested?
List the difference between a While & Do While loops?