Use NULL instead of 0 for pointers.
The malloc will return a pointer to the allocated memory if successful,
otherwise a NULL pointer is returned.
Use NULL instead of 0 for pointers. Tags None Referenced Files None Subscribers None
Description
Details
|