Example & Tutorial understanding programming in easy ways.

What are the global variable in C language?

Global variable are those variable which are define outside the main() function or any other function.


-Scope of global variable are in entire program.

Read More →