Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近在我的练习中,我发现了一个问题 (void*)0 回答了 NULL 指针如何实际理解这一点。
这怎么能理解?难道这就是宏NULL的定义?
是的,实际上 ((void *)0) 是 NULL 指针的正确定义。