Computer Science, asked by balwindersinghkotra3, 9 months ago

the function main() is _? built in function, user defined function, optional, none of these​

Answers

Answered by aiashsardar
6

Answer:

The compilers of most of the programming languages are so designed that the main () function constitutes the entry point of the program execution. It defines the point from which the program has to start executing itself though there are many other sub-routines and other user-defined functions included in the program.

Similar questions