Computer Science, asked by holywafle3270, 1 year ago

What would happen if main() is not present in the program?

Answers

Answered by sehwagrusiya2
3

Answer:

if main() is not present in a program then also it can be compiled properly but you will not be able to run it.

Similar questions