Differentiate Local and Global Variables?
Local variables are the variables have limited scope although global have bigger scope Local variables are not accessed through others although global is accessible to every one Local variable used through single user while global variable can be used through different users at time from all around.