(condition ? [true value] : [false value]) int x = a ? b : c;
bool c1=true, c2=true; if(!(!c1 || c2)){ }