Home »
MCQs »
Perl Programming MCQs
Immutable parameters in Perl are?
60. Immutable parameters in Perl are?
- Special immutable string parameters passed to the function
- Values that cannot be modified within the function
- Values that can be modified within the function
- 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.