why the execution starts from main function

Answer Posted / vamsi

the main function receives command line arguments and so if
v pass any command line arguments as in put they have to b
taken and executed for this reason the execution starts from
main

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of the preprocessor directive error?

673


What are the difference between a free-standing and a hosted environment?

735


How do I round numbers?

589


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

634


what is stack , heap ,code segment,and data segment

2208






What are the different types of control structures?

576


Why c is procedure oriented?

562


What are the different types of control structures in programming?

650


Describe static function with its usage?

602


How can I copy just a portion of a string?

808


What is the use of ?

613


Differentiate between a structure and a union.

756


What is calloc()?

619


Why is c so powerful?

671


Write a function that will take in a phone number and output all possible alphabetical combinations

592