InterviewSolution
Saved Bookmarks
| 1. |
How To Define Global Parameter In Ile ? |
|
Answer» Declare a variable with key WORD EXPORT and while USING this variable in anther program declare with IMPORT KEYWORD. Declare a variable with key word EXPORT and while using this variable in anther program declare with IMPORT keyword. |
|