标签: object-code
如果我有那个C代码:
int main() { int a = 2; int b = 3; int c = a + b; return c; }
如何为上面的例子a生成:
在Linux(Ubuntu)和GNU gcc编译器中?