2
Reply

Language C : What Does Comparision of three Numbers retuen.

Abhishek Kumar Ravi

Abhishek Kumar Ravi

Oct 9 2014 5:55 AM
822
Suppose, i have Three variables named a,b and c. Every variable has some value. What if, i use this expresion:
int x;
 
x= a>b>c;
// Compiler, pops 0
 

Answers (2)