Computer Science, asked by mohitzope19, 20 days ago

1. Perform the given operations on the following array and show diagrammatic presentation of each operation given below: 9 10 0 10 1 20 2 30 3 40 4 50 5 60 6 70 7 80 8 90 a) Delete element at index 8 b) Add element at index 4 with value 999 c) Delete element at index 0​

Answers

Answered by sarahafroz6124
0

Answer:

1. Perform the given operations on the following array and show diagrammatic

presentation of each operation given below:

0

10

1

20

2

30

3

40

9

4

50

10

5

60

6

70

7

80

8

90

a) Delete element at index 8

b) Add element at index 4 with value 999

c) Delete element at index 0

2. Insert Array2 at index 2 of Array1 :

Array1:

0

1

2

3

4

10 20 30 40 50

5

6

7

8

9

10

Array2:

0

1

100 200

2

300​

Similar questions
Math, 9 months ago