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
Explain what does a function declared as pascal do differently?
Write a C program to print 1 2 3 ... 100 without using loops?
why we wont use '&' sing in aceesing the string using scanf
How can I manipulate individual bits?
can any one provide me the notes of data structure for ignou cs-62 paper
Can a pointer be null?
Explain argument and its types.
In how much time you will write this c program? Prime nos from 1 to 1000
How do I use strcmp?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
using for loop sum 2 number of any 4 digit number in c language
What are the 3 types of structures?