union test { int x; char arr[4]; int y; }; #include int main() { union test t; t.x = 0; t.arr[1] = \'G\'; printf("%s&quo