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
I got this question by my college director while I was bunking the class.
This interesting question is from Register Variables topic in chapter C Functions and Structure of a Program of C