why the execution starts from main function

Answer Posted / vignesh1988i

their will be a program written for creating a
compiler..... so in that main() may be a first function call
for that coding written in compiler



thank u

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please explain the scope of static variables?

597


Can static variables be declared in a header file?

606


What language is windows 1.0 written?

564


while initialization of array why we use a[][2] why not a[2][]...?

1857


What is maximum size of array in c?

575






How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

605


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

654


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

1856


What is meant by int main ()?

712


What are the disadvantages of external storage class?

582


What are the various types of control structures in programming?

621


What is void main () in c?

722


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

689


how do you programme Carrier Sense Multiple Access

1510


What will be the outcome of the following conditional statement if the value of variable s is 10?

754