1.

Explain What Is Local Variables?

Answer»

With a given procedure local variables are defined. The PARAMETERS NAMED as ARGUMENTS within a FUNCTION are also REFERRED as local variables. They are accessible only within the respective function.

With a given procedure local variables are defined. The parameters named as arguments within a function are also referred as local variables. They are accessible only within the respective function.



Discussion

No Comment Found