Multiple choice Which of the following is an example of not equal to operator? op1 > = op2 op1 = = op2 op1 ! = op2 op1 < = op2 None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is an example of not equal to operator.