

InterviewSolution
Saved Bookmarks
1. |
State True/False 1. A local variable exist till the end of the program 2. A global variable destroyed when the sub function terminates |
Answer» 1. False 2. False |
|