I have a nested struct car
struct employee{ int id; unsigned int department_id; char initials; }; struct car{ int number; unsigned int tagged