Until loop in Perl is ___

77. Until loop in Perl is ___.

  1. Opposite of while loop.
  2. Used to execute code when condition is false
  3. Entry controlled loop
  4. All of these

Answer: D) All of these

Explanation:

Until loop in Perl is an entry-controlled loop with acts just opposite to while loop i.e., the code inside the loop will run if the condition inside it is false.

Comments and Discussions!

Load comments ↻






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