Array Decay¶
- Loss of type and dimensions.
- When we pass the array into function by value or pointer.
- It sends first address to the array which is a pointer, hence the size of array is not the original one, but the one occupied by the pointer in the memory.