In reply to cgales:
Hi,
As “b” is declared as static, the memory for it would be allocated only one time at a fixed position.
So when at #3 we call update with different values, the last update which got executed should reflect the value.
In reply to cgales:
Hi,
As “b” is declared as static, the memory for it would be allocated only one time at a fixed position.
So when at #3 we call update with different values, the last update which got executed should reflect the value.