Answer Posted / guest
Local variables lifetime ends when the Procedure ends.
Global variables lifetime begins at the start of the script
and ends at the end of the script and it can be used by any
procedure within the script. Declaring a variable by using
the keyword PRIVATE makes the variable global within the
script, but if declared using PUBLIC, then all scripts can
refer the variable.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is use of asp?
What is the difference between the value-type variables and reference-type variables
Explain how big is the data type int in .net?
How will u make automatic login program in asp as u see in yahoo messanger? When any body login to their system they no need to fill userid and password. It automatically fills the userid and password.
who is the best Trainer for ASP.NET MVC in Hyderabad?
what is SDLC in Software?pl.give proper explaination
which property will make a control span an entire site office parent class
What are server-side includes?
What is asp in java?
how to update text box value in c#.net project?
What is an asp model?
What is Debit Memo & Credit Memo in Payables?
Name the methods in session object?
how can we delete cookies by coding part . so pls help me
what is diff c#and vb.net what is .net framework 3.5 what is webservice with expmles