#include <stdio.h>#include <stdlib.h>#include <string.h>
#define _CRT_SCURCE_NO_WARINGSint main(){ //空指针就是指向空地址的一个指针,通常用于条件判断来使用 int *p1 = NULL; printf("%p", p1);
system("pause"); return 0;}
posted on 2020-12-16 20:58 三日坊主i 阅读(464) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3