This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

example code



Hi

can ny1 help in running the example code.

unsigned int k=0;
unsigned int i;
void main(void)
{
while(1)
{
for(i=0; i<100; i++)
{
k = i*i;
}
}
}

 

when i want to run the program..they are not at all highlighting..plz help me in this regard.