FILE *fp1,*fp2;
fp1=fopen("one","w")
fp2=fopen("one","w")
fputc('A',fp1)
fputc('B',fp2)
fclose(fp1)
fclose(fp2)}
a.error b. c. d.
No Answer is Posted For this Question
Be the First to Post Answer
Can you assign a different address to an array tag?
Why is sprintf unsafe?
how to count no of words,characters,lines in a paragraph.
What does typeof return in c?
When the macros gets expanded?
Why we use int main and void main?
What is the scope of global variable in c?
Who had beaten up hooligan "CHAKULI" in his early college days?
which is faster execution: loops or recursion?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
Why array is used in c?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer