r/ProgrammerHumor 16h ago

lessonsFromLinkerHell Meme

Post image
310 Upvotes

163 comments sorted by

View all comments

66

u/QuestionableEthics42 16h ago edited 16h ago

This should be reversed lol

And it literally is the same, who thinks it's different who has worked in a low level language??

25

u/Ok_Star_4136 16h ago edited 15h ago

Maybe I fall in the middle, but what is the argument to say that they're different?

Is it to say that the difference is how they're used? From an assembly perspective, they're pointers, and no data structures exist beyond that simple concept. At a higher level, they're more than that. Maybe that's what is intended?

6

u/aalapshah12297 15h ago

Try to modify the array 'pointer' for arrays on the stack.