Search Results

2
votes

Is relational comparison between int and float directly possible in C?

I am going to buck the trend here a bit. As to the first question about whether the comparison is valid, the answer is yes. It is perfectly valid. If you want to know if a floating point value i …