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