Home »
MCQs »
Perl Programming MCQs
Which of these is not a basic data type in Perl?
42. Which of these is not a basic data type in Perl?
- Integer
- Arrays
- Scalars
- None of these
Answer: A) Integer
Explanation:
Perl in basic data types are:
- Scalar variable
- Array variable
- Hash variable