1.

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» E.


Discussion

No Comment Found