判断指针是否为空

int *p;

p->oooo

*p.oooo

if(p==NULL)

if(!p)

posted @ 2016-04-28 14:04  Friday92  阅读(245)  评论(0)    收藏  举报