i have doubt in how to increase the order under NSLOg statement. for e.g my code is
int anBray[ ] = {0,5, 89, 34,9,189,9,18,9 34,89, 34,2,600,-2,0}; int i
You can use this code
for (i=0; i
May this will help you..