Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
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