why the execution starts from main function

Answer Posted / abhradeep chatterjee

when c compiler searches for the beginning of the program,
then it looks for the main function.

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of macro formats?

781


What are pointers? What are different types of pointers?

802


Explain which function in c can be used to append a string to another string?

807


Why do we use & in c?

771


Explain the difference between malloc() and calloc() function?

781






What does char * * argv mean in c?

792


how to capitalise first letter of each word in a given string?

1649


Can a variable be both constant and volatile?

792


Why isn't any of this standardized in c? Any real program has to do some of these things.

891


Is c is a procedural language?

799


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1183


What is c system32 taskhostw exe?

766


I came across some code that puts a (void) cast before each call to printf. Why?

927


What is assert and when would I use it?

751


How can this be legal c?

821