Vidyalelo
C Programming · Q64

Function

Programming · C Programming · question 64

Q64

What is the scope of an automatic variable?

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board