run code below, look at i,j int i; int j; i=254; j=255; while(1) { i=i++; j=j++; }
View all questions in Keil forum