Computer Science, asked by abinaya312004, 3 months ago

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 gaudbeenu
0

Answer:

there is no full question of 45

Similar questions