About this question

C++ Signed-Unsigned Comparison

Hard · Code Analysis · Quant Trader interview question · C++, signed, unsigned, type-conversion, comparison

Consider the following C++ expression: -1 < 1u What does this expression evaluate to?