Is the goto statement in Perl used to ___

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

  1. Iterate over statements
  2. Jump from anywhere to anywhere within the block
  3. Create an entry point in program
  4. None of these

Answer: B) Jump from anywhere to anywhere within the block

Explanation:

The goto statement in Perl is used to jump from anywhere to anywhere with the block of code.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.