how to execute with out main in cprogram

Answer Posted / mahender

with out main() program xecution not posible
bt compiling is posible
bcoz prog. starts on main fun only

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between mpi and openmp?

738


What is an endless loop?

806


What are the 4 types of unions?

616


Why static variable is used in c?

563


program for reversing a selected line word by word when multiple lines are given without using strrev

1951






What is calloc()?

633


What is const volatile variable in c?

583


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1362


What is the difference between class and object in c?

588


What does node * mean?

716


Can math operations be performed on a void pointer?

593


What is main () in c language?

605


Explain what will the preprocessor do for a program?

607


How can I use a preprocessorif expression to ?

604


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

773