Google News
logo
Perl - Quiz(MCQ)
Automatic end of line is added using which statement?
A)
print()
B)
clear()
C)
say()
D)
loop()

Correct Answer :   say()


Explanation : The say() method is used to display expressions in Perl. It automatically adds the end of line after print.

Advertisement