int a=2, b=22;
a>b?a:b=222;
This code is giving me an error. I think it's because the conditional operator returns the value of This code is giv
int a=2, b=22;
a>b?a:b=222;
This code is giving me an error. I think it's because the conditional operator returns the value of This code is giv