`std boolalpha` is a flag used to tell `std cout` to output bools as true and false. What flag is used to indicate that `std cout` should output boolean variables as 1 and 0?
a) std::boolint
b) std::numeric
c) std::binary
d) std::boolnumeric

Q&A Education