C语言笔记

2018-01-26  本文已影响0人  逆旅的行人_7a11

NULL

The macro shall expand to an integer constant expression with the value 0 cast to type void *. [1]

也就是((void *)0). 32位的指针是4byte,和int0在硬件层上没有区别,可能在编译器层不一样。


  1. stddef.h

上一篇下一篇

猜你喜欢

热点阅读