Computer Science, asked by dhanshreemahale2603, 4 months ago

Consider array size as 10. There are 8 elements in the array. The value (say 100)​

Answers

Answered by Anonymous
1

Answer:

100

Explanation:

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. If you are using Java you’re ninth element would be 0 and 10th element would be 100.

Hope it helps you

Please mark me as brainliest

Thank you.

Similar questions