Which of these is not a basic data type in Perl?

42. Which of these is not a basic data type in Perl?

  1. Integer
  2. Arrays
  3. Scalars
  4. None of these

Answer: A) Integer

Explanation:

Perl in basic data types are:

  • Scalar variable
  • Array variable
  • Hash variable

Comments and Discussions!

Load comments ↻






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