C语言强化指针高级应用学习心得

一.关于指针传递的思考程序员 例1-1:windows #include数组 char* test()服务器 {架构       char str[] = "this is a test";框架       return str;异步 }分布式   int main(void)函数 {优化       char* pStr = NULL;       pStr = test();       pu
相关文章
相关标签/搜索