If it is known that a 32-bit computer stores data in little-endian order, and defines "short array[4] = {0,1,12,127};", and the starting address of the array is A, What is the byte data stored in the ...