//example file int b; int t; int f; int a = b ? t : f; int a = b ? : f;