Computer Science, asked by vsanil152, 1 year ago

The function main() is
a) a built-in function
b) a user define function
c) optional
d) all of these

Answers

Answered by Naresh5551
33
it is a built in function
Answered by orangesquirrel
11

Answer:

The correct answer is (d) All of these. The function main() is both predefined as well as user-defined. Hence, it cannot be strictly categorised as a built-in function or an user-defined function.

This function constitutes the beginning or the start or execution of any program and thereby creates a space for calling any user-defined function given in the program.

Similar questions