0 votes
in C Plus Plus by

What is the code in a while loop that returns the output of the given code?

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 Jun 29, 2022 by sharadyadav1986
+2 votes
asked Jan 21, 2021 in C Plus Plus by SakshiSharma
...