What would happen if main() is not present in the program?
Answers
Answered by
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