题目内容:
根据下列题干,回答题:在下列程序中:
Program test(input,output);
var i.j:integer;
procedure calc(p1,p2:integer);
beginp2:=p2*p2 pl:=pl-p2;p2:=p2-p1;end{caic}
begin{main}i:=2;j:=3;
calc(i,j); write(j);
end{main}
当参数传递采用引用方式(Call by reference)时,所得结果j= ;
参考答案:
答案解析: