InterviewSolution
Saved Bookmarks
| 1. |
Keyword Mean In Declaration? |
|
Answer» This KEYWORD indicated that the FUNCTION or the variable is implemented externally and it emphasizes that the variable ot the function exits EXTERNAL to the FILE or function. We use this keyword when we WANT to make anything global in the project, it does not lie within any function. This keyword indicated that the function or the variable is implemented externally and it emphasizes that the variable ot the function exits external to the file or function. We use this keyword when we want to make anything global in the project, it does not lie within any function. |
|