I have the following struct:
struct elem { int number; char character; }; struct item { struct elem element; };
and the following functi
NULL is a pointer value, wrapper->element is not a pointer, therefore you cannot assign it NULL
NULL
wrapper->element