Google News
logo
Perl - Quiz(MCQ)
Which of the following operator dereferences a variable?
A)
..
B)
--
C)
++
D)
->

Correct Answer :   ->


Explanation : -> − The arrow operator is mostly used in dereferencing a method or variable from an object or a class name.

Advertisement