this post was submitted on 20 Sep 2024
90 points (90.2% liked)

Showerthoughts

29429 readers
324 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The best ones are thoughts that many people can relate to and they find something funny or interesting in regular stuff.

Rules

founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[โ€“] INeedMana@lemmy.world 17 points 3 weeks ago (1 children)

But it's still C

I think ++C is going full ahead to D

[โ€“] Aatube@kbin.melroy.org 7 points 3 weeks ago

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