Subject | English | Hindi |
comp., MS | global variable | वैश्विक चर (A variable that is accessible from anywhere in a program) |
comp., MS | procedure-level variable | प्रोसीजर स्तर वेरिएबल (A variable that is declared within a procedure. Procedure-level variables are always private to the procedure in which they are declared) |