Business Studies, asked by subhasantoshimahato, 9 months ago

scope of global variable is

Answers

Answered by khushi146583
2

In computer programming, a global variable is a variable with global scope, meaning that it is visible (hence accessible) throughout the program, unless shadowed. The set of all global variables is known as the global environment or global state.

Similar questions