Examveda

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

Answer: Option D


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function