Live data from Hacker News

Viewing profile — poepie

poepie

HN member
Joined
Mon, Nov 28, 2022, 6:25 PM UTC
HN karma
4
Public activity
1 items

About poepie

No profile information was provided.

Recent public activity

  1. comment
    Comment #33777468

    In the first example a & b are variables, which can be assigned to each other. In the second a & b are pointers, but b is fixed, so you can not assign a value to it.