Forum

Adding value to array

//Hello, //if say I create a list if a 100 values in this way int list [100]; // then assign the first value of the list in this way list[0]=10;//IS THIS CORRECT FOR ADDING A VALUE INTO AN ARRAY???? //then run a For loop from i=1 to say less than 100,generate and add value to list from index 1 to