Examveda
Examveda

Which of following is not accepted in C?

A. static a = 10; //static as

B. static int func (int); //parameter as static

C. static static int a; //a static variable prefixed with static

D. all of the mentioned

Answer: Option C


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function