7. Identify the correct argument for the function call
fflush() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answers were Sorted based on User's Feedback
What is an lvalue in c?
how can we print hellow world programme without using semicolon
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
When should the volatile modifier be used?
program for validity of triangle from 3 side
What is the sizeof () operator?
Explain bitwise shift operators?
What is line in c preprocessor?
main() { printf("hello"); fork(); }
What does the c preprocessor do?
What language is c written?