Home »
MCQs »
Perl Programming MCQs
Which of the following methods is used to display expressions in Perl?
67. Which of the following methods is used to display expressions in Perl?
- cout()
- say()
- println()
- None of these
Answer: B) say()
Explanation:
The say() method is used to display expressions in Perl.