advanced code snippet search
tandouri on 08/28/09
array init initalize
08/28/09 07:40am
for(i = 0 ; i < ARRAYLENGHT ; i++) { array[i] = i + 1; }
Report this snippet Tweet
Comment:
You need to login to post a comment.