Page 1 of 1

What is the scope of an automatic variable?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) Within the block it appears
b) Within the blocks of the block it appears
c) Until the end of program
d) Within the block it appears & Within the blocks of the block it appears