Which statement marks the beginning of the main function
Answers
Answered by
6
Answer:
it plays the role of door in a house
Answered by
5
Answer:
{(Open braces) statement marks the beginning of the main function
Explanation:
In most of the languages like c, c++, java, Open braces marks the beginning of the main function. It is like a door to a room, when the door is opened you can access all the elements.
The closing braces ({}) marks the end of the function or block. Always, main function is the first function which is automatically executed and all the other operation starts with main function only.
Similar questions