News

What is the return type of a conditional statement in c++?e.g. ( 4 < 5 )sizeof( 4 < 5 ) is saying that it's 1 byte, but is it bool or [unsigned] char or something else?Thanks in advance.