1.static register a;
2. register static a;
3.Both static register a; and register static a;
4.We cannot use static and register together
Answer:4