Computer Science, asked by minakshi73, 11 months ago

Which statement marks the beginning of the main function​

Answers

Answered by jhansi256
6

Answer:

it plays the role of door in a house

Answered by lovingheart
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