Home / Questions / What happens if an array is changed inside a function?
Explanatory Question

What happens if an array is changed inside a function?

👁 1 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Any change made to the array inside the function will be reflected in the original array.