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
Hindi,
1 month ago
Science,
1 month ago
Social Sciences,
3 months ago
Social Sciences,
3 months ago
Chemistry,
10 months ago
Math,
10 months ago