Is primitive assigned a memory address?

后端 未结 4 2066

I am trying to understand the process of declaration and assignment of a primitive type at the back stage.

  1. int i;
  2. i = 3;
4条回答
  •  星月不相逢
    2021-01-12 17:25

    How else do stack buffer overflows occur? :) someone's got to be writing to a pointer to the stack.

提交回复
热议问题