Home »
MCQs »
Perl Programming MCQs
Which of the following is a type of operator in Perl?
31. Which of the following is a type of operator in Perl?
- Arithmetic Operator
- Relational Operator
- Ternary Operator
- All of these
Answer: D) All of these
Explanation:
Types of operators:
- Arithmetic Operator
- Relation Operator
- Logical Operator
- Bitwise Operator
- Assignment Operator
- Ternary Operator