Programming Languages
C
Subjective
Mar 15, 2013
Explain different types of Perl Operators.
Detailed Explanation
-Arithmetic operators, +, - ,* etc
-Assignment operators: += , -+, *= etc
-Increment/ decrement operators: ++, --
-String concatenation: ‘.’ operator
-comparison operators: ==, !=, >, < , >= etc
-Logical operators: &&, ||, !
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts