When a c file is executed there are many files that are automatically opened what are they files?
No Answer is Posted For this Question
Be the First to Post Answer
How can you tell whether a program was compiled using c versus c++?
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.
program for validity of triangle from 3 side
How macro execution is faster than function ?
What are the various topologies? Which one is the most secure?
write a addition of two no. program with out using printf,scanf,puts .
What is the difference between break and continue?
Program to display given 3 integers in ascending order
What are the three constants used in c?
yogesh patil in dell
what is c?
How can you restore a redirected standard stream?