InterviewSolution
Saved Bookmarks
| 1. |
What Do You Mean By Global Variables? |
|
Answer» These are the variables which REMAINS visible throughout the program and are not RECREATED when they are recalled. These types are by default initialised to zero and allocated MEMORY on Data Segment.View ANSWERS in DETAILS These are the variables which remains visible throughout the program and are not recreated when they are recalled. These types are by default initialised to zero and allocated memory on Data Segment.View answers in details |
|