Select Answer
90 -- pos is set correctly
Garbage -- Line A assigns the parameter to itself; the member pos is never written because the parameter shadows it
0 -- default initialization
Compilation error -- duplicate name