Answers

Question and Answer:

  Home  ASP.NET 2.0

⟩ How do u declare static variable and how it is declared and what is its lifetime?

By using keyword static before the variable name. Static variable retains the same data throughout the execution of a program.

 135 views

More Questions for you: