Example & Tutorial understanding programming in easy ways.

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

It can't be executed because execution of every C program is started from the main() function.


-For execution it need starting point but it can not find any starting point so that it give error.

Read More →