Example & Tutorial understanding programming in easy ways.

If the C program can not have the main() function then what happens?

Basically, if the C program have not the main() function then,


-It may be compiled if there is not syntax error.

-But it can not be execute without the main() function.

Read More →