1.

How Do You Declare Static Variable And How It Is Declared And What Is Its Lifetime?

Answer»

Static variables are DECLARE through the Static VAR1 as INTEGER The scop of the Var1 is WITHIN the module where its is Defined.

Static variables are declare through the Static Var1 as Integer The scop of the Var1 is within the module where its is Defined.



Discussion

No Comment Found