LOGOWANIE

KWALIFIKACJA EE8 + EE9 - CZERWIEC 2007

Pytanie nr 8
Wywołanie procedury Test (X, Y) polega na


Procedure TEST(var A, B: integer);
var Pom: integer;
begin
 Pom := A;
 A := B;
 B := Pom;
end;



A.
B.
C.
D.