Array in Perl created using?

88. Array in Perl created using?

  1. %
  2. @
  3. $
  4. None of these

Answer: B) @

Explanation:

Array declaration in Perl is done using @.

Comments and Discussions!

Load comments ↻






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