Immutable parameters in Perl are?

60. Immutable parameters in Perl are?

  1. Special immutable string parameters passed to the function
  2. Values that cannot be modified within the function
  3. Values that can be modified within the function
  4. None of these

Answer: B) Values that cannot be modified within the function

Explanation:

Immutable parameters in Perl are values that cannot be modified within the function.

Comments and Discussions!

Load comments ↻






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