📚 Practice Mode
Mixed Programming Languages: Java, .NET, and Perl
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
What will be output ? my $val = 'x'; print ref($val);
- STRING
- SCALAR
- Empty Value
- Not a Reference
Mixed Programming Languages: Java, .NET, and Perl
Learn at your own pace with hints and detailed explanations
What will be output ? my $val = 'x'; print ref($val);