Computer Science, asked by kunalpardhi444, 4 months ago

Consider array size as 10. There are 6 elements in the array. The value index 7 is to be deleted. What will happen?.​

Answers

Answered by sanjana141421
0

Explanation:

Answer: As you are inserting the value in the 10th position or 9th index it would be done statically so when you will be printing the elements of the array. All the 8 element will be printed correctly and the ninth element will varies from compiler you use.

Similar questions