"Considering the line of code: if (delete_func && (*npp)->data) { (*delete_func) (&((*npp)->data));} List one condition that results in the data not being deleted." a) delete_func is NULL b) delete_func is not NULL c) The data field is NULL d) The data field is not NULL