Thread
:
help with comma operator
View Single Post
IndiraP
Go4Expert Member
16Nov2012,16:02
sorry
i=(1,0)?1:0;
i get 0;
all i got is that if the second argument is 1 then evaluates to true..else false..
but wat is the use of it???