Computer Science, asked by khushiran923, 5 months ago

the function main() is.......?​

Answers

Answered by shallu58
0

Explanation:

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