PROCEDURE HOANDOI(VAR X, Y

Câu 48) Xét thủ tục: procedure hoandoi(var x, y: integer); var tg: integer; begin tg:= x;x:= y;y:= tg;end;Lời gọi thủ tục nào sau đây là hợp lệ:a) Hoandoi(4,7);b) Hoandoi(m,n);c) Cả a, b đều đúng.d) Hoandoi;