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


Please Help Members By Posting Answers For Below Questions

Tell me what is null pointer in c?

599


How can my program discover the complete pathname to the executable from which it was invoked?

650


How can I run c program?

675


Hi can anyone tell what is a start up code?

1602


Can a file other than a .h file be included with #include?

672






What does sizeof int return?

578


What is a structure and why it is used?

609


What is s in c?

596


Why do we use int main?

596


What are the rules for the identifier?

660


What are two dimensional arrays alternatively called as?

649


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1572


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

647


How are 16- and 32-bit numbers stored?

709


What are dangling pointers in c?

629