MCQOPTIONS
Saved Bookmarks
| 1. |
What is the meaning of using static before function declaration? |
| A. | Access to static functions is restricted to the file where they are declared |
| B. | Static means nothing, sum() is same without static keyword. |
| C. | Function need not to be declared before its use |
| D. | None of the above |
| Answer» B. Static means nothing, sum() is same without static keyword. | |