How to do this little hack ?

a=10;

b=5;

y=change_var(a,1);

assert(isequal(a,1))

Solution Stats

60 Solutions

11 Solvers

Last Solution submitted on Dec 14, 2025

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...