👤
PiTiCanCa
a fost răspuns

Se consideră antetul:
Function F(x:real; y:integer; z:char):boolean;
Care din apelurile ce urmează sunt corecte ?
a) F(3.18,4, 'a');
b) F(4,4, '4');
c) F(4,4,4);
d) F(4,3.18, 'a');
e) F(3.18,4,4);
f) F('3.18',4,4);
g) F(15,21, '3');
h) F(15,21,3);