Abhishek Kumar Ravi

Abhishek Kumar Ravi

  • NA
  • 11.5k
  • 4.4m

Language C : What Does Comparision of three Numbers retuen.

Oct 9 2014 5:55 AM
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)