Because automatic (i.e. stack) variables are NOT initialized. You get what was already existing in that memory location.
1 Like
Because automatic (i.e. stack) variables are NOT initialized. You get what was already existing in that memory location.