Example & Tutorial understanding programming in easy ways.

What if we compile the C language code without the main() function?

It successfully compiled but execution is not possible.

Because compiled time it only check the syntax error not the logical error.

Read More →