hipstergirl9031 hipstergirl9031 30-11-2022 Computers and Technology contestada assuming an int and a float are each 4 bytes, what is the size (in bytes) of s1 and u1 below: struct {int i; float f; char c;} s1; union {int i; float f; char c;} u1;