Computer Science, asked by kattimavijay, 3 months ago

Consider the size of array as 10. There are 8 elements in the array. The value (say 100) is to be inserted at index 9. What will be the output?

Answers

Answered by aditya95250
8

Answer:

All the 8 element will be printed correctly and the ninth element will varies from compiler ... The value (say 100) is to be inserted at index 9 .

1 vote

Similar questions