Which of the following is a type of operator in Perl?

31. Which of the following is a type of operator in Perl?

  1. Arithmetic Operator
  2. Relational Operator
  3. Ternary Operator
  4. All of these

Answer: D) All of these

Explanation:

Types of operators:

  • Arithmetic Operator
  • Relation Operator
  • Logical Operator
  • Bitwise Operator
  • Assignment Operator
  • Ternary Operator

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.