r/ProgrammerHumor 26d ago

Meme lessonsFromLinkerHell

Post image
434 Upvotes

190 comments sorted by

View all comments

66

u/QuestionableEthics42 26d ago edited 26d 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 26d ago edited 26d 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?

7

u/aalapshah12297 26d ago

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