Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 165 Bytes

2.22.md

File metadata and controls

3 lines (2 loc) · 165 Bytes

if (p) means if the pointer p is not null.

if (*p) means if the object pointed by the pointer is not false (which means the object is not null or zero etc.).