Which among the following is the correct syntax to declare a static variable register?
Posted: Wed Jul 13, 2022 7:54 pm
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
b) register static a;
c) Both static register a; and register static a;
d) We cannot use static and register together