Google News
logo
Perl - Quiz(MCQ)
Which of these is not a basic data type in Perl?
A)
Arrays
B)
Scalars
C)
Integer
D)
None of the above

Correct Answer :   Integer


Explanation :

Perl in basic data types are :
 
* Scalar variable
* Array variable
* Hash variable

Advertisement