Interview Quetions What is the incorrect operator form following list(== , , >= , December 16, 2019 - By tejsumeru.12@gmail.com Incorrect operator is ‘<>’.This is the format correct when writing conditional statements, but it is not a correct operation to indicate not equal in C programming and it gives compilation error as follows. Code Error