摘要:
栈 局部变量和函数参数通常存储在栈中。函数调用时,栈空间用于存储函数参数、返回地址和局部变量。 int func(const char *str1, char *str2, int count) { count++; printf("%s %s\n", str1, str2); return cou 阅读全文
posted @ 2024-10-06 14:03
Dylaris
阅读(152)
评论(0)
推荐(0)


浙公网安备 33010602011771号