Google News
logo
Perl - Quiz(MCQ)
Immutable parameters in Perl are?
A)
Values that cannot be modified within the function
B)
Values that can be modified within the function
C)
Special immutable string parameters passed to the function
D)
None of the above

Correct Answer :   Values that cannot be modified within the function


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

Advertisement