Vidyalelo
C Programming · Q61

Function

Programming · C Programming · question 61

Q61

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
Answer
D.
all of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board