why the execution starts from main function

Answer Posted / rahat

main is a special inbuilt function which is used to start
the execution of the program,and the compiler searches for
this function to start the execution of the program.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 4 types of functions?

576


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1881


Explain what does the function toupper() do?

638


How do we print only part of a string in c?

590


Can we declare a function inside a function in c?

596






Explain what are the standard predefined macros?

655


What Is The Difference Between Null And Void Pointer?

649


Can we declare function inside main?

572


What is variable initialization and why is it important?

623


What is the scope of static variable in c?

537


What is use of pointer?

590


Are there namespaces in c?

570


Write a program to find the biggest number of three numbers in c?

590


Does * p ++ increment p or what it points to?

621


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2162