Question: 1. Suppose I declare an array like: Day_64[10], now if I want to take 15 values in this array, is it possible? Justify your answer.
1. Suppose I declare an array like: Day_64[10], now if I want to take 15 values in this array, is it possible? Justify your answer. 2. For the array Day_64[10], if I want to take 5 values, is it possible? Justify your answer and also write the for_loop for taking 5 values in this array. 3. In array insertion, from which position for_loop start and maximum where to go? Explain with an example(not coding) 4. In array deletion, how the value of the array changing their position(that means, going to one index upper)? Describe with an example
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
