Should i use free() after i return the pointer
the variable z is pointing to an address that has been freed free()
if i use malloc again can it use the memory that has been freed
i feel that this isn’t right
the variable z is pointing to an address that has been freed free()
if i use malloc again can it use the memory that has been freed
i feel that this isn’t right