MCQOPTIONS
Saved Bookmarks
| 1. |
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» D. all of the mentioned | |