Conditions - UtilityAcc/C-Notes GitHub Wiki

c=5;

x = 6;

u= c > x ? x : c; if ( c > x){ u = c} else {u = x}