main X
1: main() 2: { 3: double Too_Big = 987654321; 4: 5: temp = Too_Big; 6: printf("Too_Big = %f, temp = %d/n",&Too_Big, &temp); 7: }