Vidyalelo
C Programming · Q14

Storage Class

Programming · C Programming · question 14

Q14

In which storage class is the variable's storage duration limited to the function where it's declared?

A.
extern
B.
static
C.
auto
Answer
D.
register

Answer: Option C

Solution

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