Home / Programming MCQs / Perl MCQs / Question

T

Team MCQ Buddy • 10.48K Points
Tutor II

Q. Is the goto statement in Perl used to ___.

(A) Iterate over statements
(B) Jump from anywhere to anywhere within the block
(C) Create an entry point in program
(D) None of these
The goto statement in Perl is used to jump from anywhere to anywhere with the block of code.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.