Hmm... maybe there is no "null"... I though there was but maybe it was just a macro to 0.
NULL is ok as it is most often defined as "0". But NULL in C is theoretically "0L" which makes a difference in length. But there is no practical difference, apart from aesthetics - if you get paid by the character, it's better to write "NULL", it's three chars longer![]()
Bookmarks