Google News
logo
Perl - Quiz(MCQ)
Which of the following is a type of operator in Perl?
A)
Arithmetic Operator
B)
Logical Operator
C)
Assignment Operator
D)
All of the above

Correct Answer :   All of the above


Explanation :

Types of operators :
 
* Arithmetic Operator
* Relation Operator
* Logical Operator
* Bitwise Operator
* Assignment Operator
* Ternary Operator

Advertisement