

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are correct about static functions? 1.Static functions can access only static data. 2.Static functions cannot call instance functions. 3.It is necessary to initialize static data. 4.Instance functions can |
A. | 2, 3, 5 |
B. | 1, 2, 4 |
C. | 4, 5 |
D. | 3, 4 |
Answer» C. 4, 5 | |