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
Explain the difference between the local variable and global variable in c?
What is mean by data types in c?
What is a const pointer?
Does c have an equivalent to pascals with statement?
Do string constants represent numerical values?
What is the correct declaration of main?
main() { printf("hello"); fork(); }
What is 1f in c?
Why do we use int main?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Differentiate between the = symbol and == symbol?
How many types of operators are there in c?
What is wrong with this declaration?
What is int main () in c?
What is abstract data structure in c?