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
What is return type in c?
What is a dynamic array in c?
Difference between Shallow copy and Deep copy?
C language questions for civil engineering
How can I find out how much free space is available on disk?
Explain what is the stack?
What are the different types of linkage exist in c?
What are the advantages of using macro in c language?
What is the use of putchar function?
Explain Function Pointer?
What are the properties of union in c?
What is your stream meaning?
Do variables need to be initialized?
What is the use of pragma in embedded c?
What is #error and use of it?