Can we insert or remove an element after assigning an array as arr[5] = {10, 20, 30, 40, 50}?
Answers
Answered by
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
English,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago