Home »
MCQs »
Perl Programming MCQs
Which keyword is used to make the current iteration last one?
83. Which keyword is used to make the current iteration last one?
- end
- exit
- last
- None of these
Answer: C) last
Explanation:
The last keyword in Perl can make the current iteration of the loop the last one.