how to print a bool in c code example Example: how to print boolean in c printf("%s", x ? "true" : "false");