InterviewSolution
Saved Bookmarks
| 1. |
Can a program be compiled without main() function? |
|
Answer» Yes, it can be but cannot be executed, as the execution requires main() function definition. |
|