OVERFLOW

HI Can anyone tell me that


 unsigned char time;
 .....
 void interrupt_timer ( void ) interrupt 1
{
   time++;
}

The unsigned char is of 1 byte and has maximum value of 255. So what will happen when the time exceeds 255?

More questions in this forum