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

Post New Answer

More C Interview Questions

An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

0 Answers  


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

0 Answers  


What are the various topologies? Which one is the most secure?

2 Answers  


wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  


What library is sizeof in c?

0 Answers  






What is the best organizational structure?

0 Answers  


What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }

1 Answers   Google,


Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?

2 Answers  


What are structure members?

0 Answers  


The __________ attribute is used to announce variables based on definitions of columns in a table?

0 Answers  


YBJBU6

1 Answers  


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


Categories