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