What is the difference between a local and a global variable?
Answer Posted / rattana
global variable can be accessed by all functions. local variable is isolated in its function.It is initialized at the beginning of the program and deleted when the program closed.
Is This Answer Correct ? | 31 Yes | 10 No |
Post New Answer View All Answers
Does hive support indexing?
What is the difference between delete and truncate statements?
What is pessimistic concurrency?
Explain try...catch with sql server?
How to stop log file growing too big?
Do you know what is normalization of database? What are its benefits?
What are the difficulties faced in cube development? : sql server analysis services, ssas
explain extended properties
Why the trigger fires multiple times in single login?
What is difference between unique and primary key?
How to use copy and concatenate commands in SQL?
Do you know how to implement service broker?
Explain the stored procedure?
What is database white box testing?
What is role playing dimension with two examples? : sql server analysis services, ssas