struct: struct.C g++ -o struct struct.C # Expected output # # Busy a = 1 b = 4.8 # Verybusy a = 0 b = 5.2 # Verybusy2 a = 0 b = 5.2 # clean: rm struct