Vidyalelo
C Programming · Q158

Function

Programming · C Programming · question 158

Q158

Automatic variables are . . . . . . . .

A.
Declared within the scope of a block, usually a function
Answer
B.
Declared outside all functions
C.
Declared with the auto keyword
D.
Declared within the keyword extern

Answer: Option A

Solution

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