0 votes
in C Plus Plus by

What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

1 Answer

0 votes
by

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 –

<!--[if gte vml 1]> <![endif]--><!--[if !vml]-->incorrect operator form<!--[endif]-->

Error –

<!--[if gte vml 1]> <![endif]--><!--[if !vml]-->Error<!--[endif]-->

Related questions

0 votes
asked Jan 6, 2021 in C Plus Plus by GeorgeBell
0 votes
asked Jan 9 in C Plus Plus by GeorgeBell
...