A
Q. If a FILE pointer is NULL what does it mean?
Code:
FILE *fp;
fp=fopen("abc.txt","w");
fp=fopen("abc.txt","w");
- Correct Answer - Option(D)
- Views: 30
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.