Non puoi passare un valore intero al posto di una struttura.

Puoi scrivere

codice:
item funct()
{
	item iNull = { NULL, 0 };


	return iNull;
}