Remix clone Hacker News
new
|
show
|
ask
|
jobs
Github
▲
1718627440
4 days ago
> You can't have a reference (aka pointer) pointing to a variable.
What?
int a; int * p = &a; ?