摘要:
## 在子函数中给main函数指针分配内存的方法 错误的方法: ```cpp#include<stdio.h>#include<stdlib.h>#include<string.h> void fen_pei(char *p,int n){p=(char *)malloc(n*sizeof(char 阅读全文
posted @ 2021-11-13 21:31
viento123
阅读(234)
评论(0)
推荐(0)
浙公网安备 33010602011771号