If I did the cast right, this will work.
Code:
if((unsigned int)gross_income - 2000 <= 2000)//second salery step
  {
  net_income=gross_income;
  printf("Your net worth is :%d",net_income);
  printf("\nCar is not approved!\n");
  }