write single statement in C language
first reduce the value A by 1, then find the sum of A and B, then increment the value of B by 1. and assign to the C.?? thats question
I solve like this tell me this is correct. C= --A + B++
write single statement in C language
first reduce the value A by 1, then find the sum of A and B, then increment the value of B by 1. and assign to the C.?? thats question
I solve like this tell me this is correct. C= --A + B++