Remix.run Logo
1718627440 4 days ago

> You can't have a reference (aka pointer) pointing to a variable.

What?

    int a;
    int * p = &a;

?