Multiple choice technology programming languages

Perl has

  1. 8 data types

  2. 7 data types

  3. 16 data types

  4. No special data types

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Perl uses three main data type structures: scalars ($), arrays (@), and hashes (%), along with typeglobs and references. It doesn't have a fixed number of 'special data types' like statically typed languages; variables are context-sensitive and flexible.