Is there anyway to int = NULL; perform more like ch = NULL;?

I am supposed to "delete" entries in a file that contains struct values (one int and one char), but when you NULL the int part of the struct and print the new value it shows 0, not nothing in it's place. (which is what I need to do)