Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 138 Bytes

4.9.md

File metadata and controls

1 lines (1 loc) · 138 Bytes

The condition cp && *cp means if cp is not a null pointer and the object pointed by cp is not null, 0 or can be converted to false.