Vidyalelo
C Programming · Q119

Function

Programming · C Programming · question 119

Q119

What is the scope of an automatic variable?

A.
Exist only within that scope in which it is declared
B.
Cease to exist after the block is exited
C.
Exist only within that scope in which it is declared & exist after the block is exited
Answer
D.
All of the mentioned

Answer: Option C

Solution

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