Saved Bookmarks
| 1. |
On what basis of a variable, OS allocates memory and decides what can be stored in the reserved memory?(a) Data bases(b) Data sets(c) Data types(d) Lists |
|
Answer» Correct option is (c) Data types To elaborate: Based on the data type of a variable, the OS allocates the memory and decides what can be stored on the reserved memory. This means that when you create a variable you reserve some space in memory. |
|