what is the scope of an automatic variable
Answers
Answered by
1
Answer:
In computer programming, an automatic variable is a local variable which is allocated and deallocated automatically when program flow enters and leaves the variable's scope. The scope is the lexical context, particularly the function or block in which a variable is defined.
Similar questions
Math,
2 months ago
Social Sciences,
2 months ago
Sociology,
4 months ago
History,
4 months ago
Math,
10 months ago