dnprops8405 dnprops8405 04-03-2024 Computers and Technology contestada `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