Try this exercise. Click the correct answer from the options.
Which of the following statements is true regarding array deletion?
Click the option that best answers the question.
- Array deletion is not supported in programming languages.
- Array deletion requires shifting elements to fill the gap.
- Array deletion only works for integers.
- Array deletion always leads to a memory leak.