A C union has an integer and a floating point member. If the floating point member is assigned the value 1.23, what would be the value in the integer member?
A C union has an integer and a floating point member. If the floating point member is assigned the value 1.23, what would be the value in the integer member?