Vidyalelo
C Programming · Q121

Function

Programming · C Programming · question 121

Q121

Which among the following is the correct syntax to declare a static variable register?

A.
static register a;
B.
register static a;
C.
Both static register a; and register static a;
D.
We cannot use static and register together
Answer

Answer: Option D

Solution

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