Post-Mid-Week-1
Post-Mid-Week-1
Local Variables
▪ The variable which are declared inside the
block or function body is called local variables.
Learn for Success
Global Variables
▪ The variable which are declared outside from
all the functions and accessible throughout
the program are known as global variables
Learn for Success
PRACTICAL DEMO