What is the difference between a local and a global variable?
Answer Posted / l.pandiyan
A global variable can be accessed by all functions. It is
initialized at the beginning of the program and is deleted
when the program shuts down. A local variable is isolated in
its function.
| Is This Answer Correct ? | 70 Yes | 6 No |
Post New Answer View All Answers
How many replicas are maintained for each sql azure db?
What is ddl and dml commands?
Do you know what are the reporting services components?
What is similarity and difference between truncate and delete in sql?
What are four major operators that can be used to combine conditions on a where clause?
How many ways to create table-valued functions?
What are null values in ms sql server?
How to make conditional sum in ssrs?
Do you know what is replace and stuff function in sql server?
What is the parse query button used for?
What are unicode character string data types in ms sql server?
How can delete duplicate records in cte in sql server?
Why use “nolock” in sql server?
Why and when do stored procedure recompile?
How is foreign key related to primary key?