Home »
MCQs »
Perl Programming MCQs
List context of the returned value from a subroutine is extracted using ___
65. List context of the returned value from a subroutine is extracted using ___.
- #
- $
- @
- None of these
Answer: C) @
Explanation:
The @ is used to return the list context of the returned value from a subroutine.