Thread
:
[SOLVED] is n1k = fChange == < 999 / 1000; a legal statement in C programming?
View Single Post
#
3
(
permalink
)
06-12-2007, 08:53 PM
Al B
Posts: n/a
I don't believe so.
My reason being that == is an operator, and so is <. These cannot be used one after the other without anything in between, and this wouldn't compile because of it.
__________________
Al B