In 2nd question of the quiz

char is 1 byte and bool is one byte then
how can char>bool ?

Hi ,this is more of precedence based question
so since bool can only take 0 & 1
and char can take wider range of data so precedence wise char > bool