how to execute with out main in cprogram

Answer Posted / rina

any c program is not run without main function
main function is compalsary in c program

Is This Answer Correct ?    6 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I sort more data than will fit in memory?

888


What is indirection in c?

810


In C, What is the #line used for?

1523


What is main return c?

746


Difference between exit() and _exit() function?

893


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1416


Is using exit() the same as using return?

932


Are the variables argc and argv are always local to main?

787


Is c easier than java?

795


What is a MAC Address?

830


When can a far pointer be used?

772


What is the difference between memcpy and memmove?

783


What is wild pointer in c with example?

792


What is wrong with this program statement? void = 10;

1029


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1876