What is scope rule in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
how to print this sereis 2 4 3 6 5..........?
Who developed c language and when?
Hi can anyone tell what is a start up code?
How to add two numbers with using function?
What is the advantage of a random access file?
how can i print "hello"
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
What is the difference between getch() and getche()?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
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.
What is the meaning When we write "#include" what is # and what does include does there???