Computer Science, asked by TbiaSupreme, 1 year ago

Explain the significance of main( ) function.

Answers

Answered by sethu97
0
When main calls anotherfunction, it passes execution control to the function, so that execution begins at the first statement in the function. ... When one function calls another, the called function receives values for its parameters from the calling function. These values are called "arguments."
Answered by Dhrumilsojitra
0

Explanation:

https://drive.google.com/file/d/1eN5ysuaIHfnqsEQKA3yd8Xw-ruShIW2s/view?usp=drivesdk

Similar questions