According to syntax postfix increment returns copy of unmodified variable (C++ == C), while prefix increment returns incremented variable (++C == C + 1).

  • @INeedMana
    link
    124 hours ago

    But it’s still C

    I think ++C is going full ahead to D

    • Aatube
      link
      fedilink
      22 hours ago

      Agreed. C is a char, and ++'C' results in 'D'.