2
Answers

Language C : What Does Comparision of three Numbers retuen.

Photo of Abhishek Kumar Ravi

Abhishek Kumar Ravi

10y
1.2k
1
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)