1

what will be the output ?
int x=4;
x+=(x++)+(++x)+x

  • A

    20

  • B

    22

  • C

    21

  • D

    23