Array Operators :
Array operators are the operators used in a program with arrays —
• to compare two arrays,
• to add two arrays,
• to see if the two arrays are the same or not,
• and to check the identity or non-identity of two arrays.
There are five types of array operators, as described below:
Types of Array Operators:
1. Union Operator (+)
2. Equality Operator (==)
3. Identity Operator (===)
4. Inequality Operator (!= or <>)
5. Non-identity Operator (!==)
