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 togetherI 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

Answer»

The CORRECT choice is (d) We cannot use STATIC and register together

The BEST I can explain: NONE.



Discussion

No Comment Found

Related InterviewSolutions