What is the main function section defination in c programming
Answers
Answered by
3
Answer:
Every C program has at least one function which is main (), and all the trivial program can define additional function. .....
A function declaration tells the compiler about a function's name, return type, and parameters.
Answered by
0
The entry point in c programming is the main function.
Explanation:
- It is the opening command in all the programs. Without this no program can be created. Also it has a declaration part, where all the main executing commands are stored here.
- This main function is the basic for all the programs just like the welcome message. After writing this command only we can create the whole structure for the program to execute.
- This defines the main function section in c programming.
To learn more:
1. Trade investment is a current asset:
https://brainly.in/question/5310104
2. The value of an investment portfolio decreased by 8% in 2010.in 2011,its value increased by 5%of its value in 2010.given that the value of the portfolio at the end of 2011 was $61824,find its original value:
https://brainly.in/question/8129205
Similar questions
Math,
6 months ago
Math,
6 months ago
Math,
1 year ago
English,
1 year ago
Social Sciences,
1 year ago