Aliasing

Aliasing is when different symbolic names can access to the same object that is stored in the memory. This could be a hassle for 202203011139#.

In C programming, all base types except char does not support aliasing.

Links to this page
#c #cpp #rust #memory