Lab 05 - Arrays
Last updated
Last updated
Slides:
Treat long *
as a new data type
Treat *a
as a whole and this means if you deference a
, you will get a long.
The use of word "anchored", an array is "anchored" to the memory address of its 1st element.
Counting sort, which will use the frequency table.