Thread
:
solve it and tell me how it works?
View Single Post
Ankur Kamboj
Light Poster
1Aug2011,23:31
main(){
int i = 10, j =20;
j = i ,j?(i,j)?i :j:j;
printf(“%d\n%d”,i,j);
}
the answer is 10 10