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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board