I am an intermediate C programmer. If you have made any coding mistake that you came to know later that it was the most hazardous / harmful to the total application please share
for(int i = 0; i<10; ++i) //code here //code added later
Note that the later added code is not in the for loop.