摘要:
指针与动态内存申请: 数组长度固定是因为在栈空间中大小是确定的,要使用的空间大小不确定,就需要使用堆空间。 #include <stdio.h>#include <stdlib.h>#include <string.h>int main() { int size; //size代表要申请多大字节的空 阅读全文
posted @ 2023-01-14 20:32
ntu202043
阅读(52)
评论(0)
推荐(0)
浙公网安备 33010602011771号