Example & Tutorial understanding programming in easy ways.

What is local variable?

Basically, local variable are those variable which are declared within the some function or some body of the C program.


-Scope of Local variable is not in entire program.



Read More →