int main(void)

{ short year=0;

int sale=0;

long total_sale=0;

year=10;

sale=200000;

total_sale=year*sale

printf("total_sale=%d\n",total_sale);

여기서 short year=0, int sale=0,long total_sale=0이 0으로 초기화한다라는 의미라는대 이거먼개소리냐

이거실행하면total_sale=2000000이걸로나오잖아