hello frnsss..

i was using the post increment in the while loop like this

int a= 0;
while(a++<8)
{
//body of the loop
}