0
any1can help me for c
difference between > and ? in c
2 Answers
+ 2
a > b returns the buigger number of the two numbers. a ? b : c returns b if a is TRUE and c if a is FALSE. a must be a boolean in the second case.
0
thank you
difference between > and ? in c