#include int main(int, char**) { bool intbool = 1; printf("Intbool is %d\n", (int)intbool); return 0; }