How large will the stack frame of this function be in bytes?

后端 未结 0 993
走了就别回头了
走了就别回头了 2020-12-17 06:44
static void g(int v, int w) {
  int x, y, z;

  x= n * v;

  /* stuff omitted */
}

How many bytes would the stack frame of function g() be?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题