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
How can I sort more data than will fit in memory?
What is indirection in c?
In C, What is the #line used for?
What is main return c?
Difference between exit() and _exit() function?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Is using exit() the same as using return?
Are the variables argc and argv are always local to main?
Is c easier than java?
What is a MAC Address?
When can a far pointer be used?
What is the difference between memcpy and memmove?
What is wild pointer in c with example?
What is wrong with this program statement? void = 10;
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)