Based on the above, the hexadecimal address of the last element of history is 0110h
To know the hexadecimal address of the last element of the "history" array, we need to consider the size of each element in the array.
Since the "history" array is declared as WORD (which represents a 2-byte value), we can calculate the size of the array and then add it to the address of the first element to find the address of the last element.
Given that the array size is HISTLIMIT (100) and each element is a WORD (2 bytes), the total size of the array in bytes is:
Array size=HISTLIMIT×size of each element
Array size =100×2=200 bytes