I don\'t understand why this output of these 2 different code is same. I don\'t get the mechanism. C = Sum(A, &B); and C = Sum(A, B);, I think
C = Sum(A, &B);
C = Sum(A, B);