Home »
MCQs »
Perl Programming MCQs
Automatic end of line is added using which statement?
68. Automatic end of line is added using which statement?
- print()
- clear()
- say()
- All of these
Answer: C) say()
Explanation:
The say() method is used to display expressions in Perl. It automatically adds the end of line after print.