Vidyalelo
C Programming · Q26

Storage Class

Programming · C Programming · question 26

Q26

Which storage class can help improve execution speed by allowing variables to be stored in CPU registers?

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

Answer: Option D

Solution

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