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
Which of following is not accepted in C?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of following is not accepted in C?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!