Computer Science, asked by forbagchisandip, 28 days ago

Select the output of 'file.c' after the execution of the following program:
int main()
{
FILE *fp1, *fp2;
fp1=fopen("file.c", "W");
fp2=fopen("file.c", "w");
fputc('A', fp 1);
fputc('B', fp2);
fclose(fp1);
close(fp2);
return 0;
}​

Answers

Answered by ayushthegreat11
2

Answer:

definition of eleca form of energy resulting from the existence of charged particles (such as electrons or protons), either statically as an accumulation of charge or dynamically as a current.tricity

Similar questions