#include<stdio.h> #include <stdbool.h> main() { bool value = true; (value) ? printf("value is true"): printf("value is false"); }