Int a = 5, b = 7;

cout << "a>b? " << (a>b) << endl;


Can someone plz explain why its outputting a 0?