Home / Questions / Can array elements be modified inside a function?
Explanatory Question

Can array elements be modified 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

Yes, array elements can be modified inside a function because the array reference is passed to the method.