The statement printf(%d, 10 ? 0 ? 5 : 1 : 12); will print? code example Example: printf("%d", 10 ? 0 ? 5:1:1:12) what will print printf("%d", 10 ? 0 ? 5:1:1:12)