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