I am having trouble understanding what the purpose of the &
means in this if statement. Would anyone be willing to point me in the right direction? I thought struct calls go as follows
car -> model == "jeep"
This is what I am having confusion about:
if ((x->status & 1) == 0){
...
}