I\'ve asked a similar question on structs here but I\'m trying to figure out how C handles things like assigning variables and why it isn\'t allowed to assign them to eachot
int x [sz]; int *y = x;
This compiles and y will be the same as x.
y
x