Computer Science, asked by Hibbert9260, 1 year ago

Can we insert or remove an element after assigning an array as arr[5] = {10, 20, 30, 40, 50}?

Answers

Answered by parakhcmd
0

no since the array which u uses static memory allocation you can neither insert a new element nor remove an existing element

you can only make changes in value of the array elements

hope this helps


parakhcmd: the array u mentioned uses static memory allocation
Similar questions