if u didnt use struct it will be like this,


int hour,minute,second;
printf("give your time zone as for the moment\n");

scanf("%3d%3d%3d",&hour,&minute,&second);...