摘要: #define _CRT_SECURE_NO_WARNINGS 1#include <stdio.h>#include <stdlib.h>//int main()//{// int *p = NULL;//p 是整型指针 - 指向整型的指针 - 可以存放整型的地址// char* pc = NUL 阅读全文
posted @ 2022-03-02 22:03 小团熙 阅读(23) 评论(0) 推荐(0)