When we pass an array to the function, then the function call will be?

125. When we pass an array to the function, then the function call will be?

  1. Call by value
  2. Call by reference
  3. Both A and B
  4. None of these

Answer: B) Call by reference

Explanation:

When we pass an array to the function then the function call will be "call by reference".

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.