Projects › Projects › operator ‘==’ has no left operand › I think you are not familier
April 3, 2018 at 6:33 pm
#14827
Ashutosh Bhatt
Participant
I think you are not familier with basics of C programming!!!!!
if==adcData
this does not have any meaning
it must be
if (x == adcdata) // x can be any value
if statemet in C programming checks boolean condition as true or false