淺拷貝與深拷貝

# include<stdio.h> # include <malloc.h> # include<string.h> typedef struct student {     int code ;     char *s; }LNode; int main() {    LNode  node;    LNode twolnode;       node.code=3;    node.s=(c
相關文章
相關標籤/搜索