jellybllyz4532 jellybllyz4532 14-05-2023 Engineering contestada Assuming that x is equal to 4, which of the following statements will not result in y containing the value 5 after execution?A.y = 5; B.y = x++; C.y = ++x D.y = x + 1