We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
void main ( void ); { /************************************ * * * Define a variable i * * * ************************************/ unsigned int i; /************************************ * * * Start of loop * * * ************************************/ for ( i = 10 ; i > = 0 ; i = i - 1 ) { /************************************ * * * Add one to i * * * ************************************/ i=i+1; } what is wrong ??????????
you do not know what you are doing
I think it is more likely that you guys gave him the answers to his home work assignment, he is performing an experiment to see what kind of responses he would get or he is just messing with you.