how to execute with out main in cprogram
Answer Posted / himanshu rajput
Sushil kumar is right.exactly this is being happened in that program.That program is also using main function by the reference of other name.so c program always requires main function and does'nt have any mean without main.
but we do'nt need to write clrscr() and getch() function to our program in latest compilers like as DEV-C++.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use c for the speed of light?
What is the difference between struct and union in C?
How does selection sort work in c?
Is void a keyword in c?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
How main function is called in c?
What is difference between arrays and pointers?
C program to find all possible outcomes of a dice?
Why c is faster than c++?
What is a macro, and explain how do you use it?
Describe the difference between = and == symbols in c programming?
State two uses of pointers in C?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Is python a c language?
What is openmp in c?