R
Q. If a FILE pointer is NULL what does it mean?
FILE *fp; fp=fopen("abc.txt","w");
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of C Program.?
Q. What is the default C Storage Class for a variable?
Q. Functions in C Language are always _________
Q. What will be the output of the following code snippet?
Q. In which header file is the NULL macro defined?
Q. Arithmetic operations are not allowed on enumerated constants.
Q. Which of the following correctly shows the hierarchy of arithmetic operations in C?
Discusssion
Login to discuss.