Question No. 31 of 45
Which files will get closed through the fclose() in the following
program?
void main()
{
FILE *fp, *ft;
fp = fopen("a.txt", "r");
fopen("b.txt", "r");
fclose(fp, ft);
}
ft
Answers
Answered by
0
Answer:
there is no full question of 45
Similar questions
English,
3 months ago
Science,
3 months ago
English,
3 months ago
Social Sciences,
5 months ago
Social Sciences,
5 months ago
Chemistry,
1 year ago
Math,
1 year ago