A

Admin • 802.91K Points
Coach

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
  • Correct Answer - Option(B)
  • Views: 3
  • Filed under category Perl
  • Hashtags:

Explanation by: Admin
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.

Be the first to start discuss.