memory allocation of 1-d array
Computer memory is a physical device inside the computer.It consists of a sequence of storage cell.each cell is identified by a nueric address as show below
| 1000 |
|---|
| 1001 |
| 1002 |
| ----------- |
| ---------- |
| ---------- |
| ---------- |
| n |
| 1000 |
|---|
| 1001 |
| 1002 |
| ----------- |
| ---------- |
| ---------- |
| ---------- |
| n |
No comments