TCH GP Gpjhiman Global variable in QBASIC Global variables are the variables which are declared outside all procedures and main program. They are available to all the blocks and…
BH Bhoomika Suresh Local and Global variables A variable is a memory address that can change. Variable is the name of the memory location where data is stored. Once a variable is…