Top

Discussion

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: C

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment