Error: '>' bad operand type in keil C51v8.11a the code is like this
#define Intensity P2_0 #define Adjust p2_1
if(Intensity>Adjust)
it is giving error
Error: '>' bad operand type