InterviewSolution
Saved Bookmarks
| 1. |
What Are Local Variables? |
|
Answer» Local varaiables are those which are declared within a BLOCK of CODE like METHODS. Local VARIABLES should be INITIALISED before accessing them. Local varaiables are those which are declared within a block of code like methods. Local variables should be initialised before accessing them. |
|