Computer Science, asked by silu5, 1 year ago

why is short circuit AND faster than LOGICAL AND operator?

Answers

Answered by legend28
1
Basically logical AND and OR takes one cycle whereas short circuit evaluation uses branching and can take various amount of cycles. Now I know that branch predictors can make this evaluation efficient but I don't see how its faster than 1 cycle?..........Not sure but I think

silu5: can u make it clear please
Similar questions