I do not know if I'm crazy kkkk but I think I remember seeing simple conditionals inside printf. but I can not remember how. tipl, it does the same thing as this:
if (xxx)
printf("xxx");
else
printf("YYY");
Only everything in the same printf. How?