Distinguish between local variable and global variable
Answers
Answered by
4
Explanation:
A LOCAL VARIABLE is a variable which is either a variable declared within the function or is an argument passed to a function.
A GLOBAL VARIABLE is a variable with global scope, meaning that it is visible throughout the program, unless shadowed.
I think it will help you...
Answered by
1
Answer:
A LOCAL VARIABLE is a variable which is either a variable declared within the function or is an argument passed to a function.
A GLOBAL VARIABLE is a variable with global scope, meaning that it is visible throughout the program, unless shadowed.
Explanation:
Similar questions
Math,
5 months ago
Math,
5 months ago
History,
5 months ago
Environmental Sciences,
11 months ago
Math,
11 months ago
English,
1 year ago
Science,
1 year ago
Social Sciences,
1 year ago