137
can somebody confirm this pls?
(lemmy.nz)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Possibly because declarations were originally not statements in C? You could only declare variables at the start of a function, but not assign them to something at the same time.
Not sure why it still wouldn’t be allowed, though, especially if an empty statement can be a statement.
Sometimes saying nothing is the loudest statement you can make. ;-)
And NOP is a perfectly reasonable instruction.
I think it evolved like that: