conditionals within the if? [duplicate]

1

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?

    
asked by anonymous 15.08.2018 / 16:58

0 answers