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
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
write a program to swap two variables a=5 , b= 10 without using third variable
Differentiate between functions getch() and getche().
What is d scanf?
What are the types of pointers?
Explain following declaration int *P(void); and int (*p)(char *a);
write a programme to convert temperature from farenheit to celcius?
How can I increase the allowable number of simultaneously open files?
Hi can anyone tell what is a start up code?
What does int main () mean?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
Explain function?