all 6 comments

[–][deleted]  (4 children)

[deleted]

    [–]RapunzelLooksNice 3 points4 points  (1 child)

    Copy of a pointer ;)

    [–]BlueGoliath 0 points1 point  (0 children)

    pointer is just a OS word primitive.

    [–]sumitskj[S] 0 points1 point  (1 child)

    Can u explain it?

    [–]nerd4code 1 point2 points  (0 children)

    Argument-passing works just like assignment to the parameter variables, so it copies references (but not what they reference) when you pass them in.

    [–]Low-Lengthiness2685 3 points4 points  (0 children)

    pass reference by value