Then you will have that myInt.b[0] equals 0xDD, myInt.b[1] equals 0xCC, myInt.b[2] equals 0xBB and myInt.b[3] equals 0xAA, so little-endian style.
But is it possible that a different computer, maybe with another processor architecture, uses another 'style', like big-endian, and makes myInt.b[0] equal to 0xAA?