funzione_che_restituisce_più_tipi(){ if (blabla){ return valore_int; } else { return valore_char; } }; printf(funzione_che_restituisce_più_tipi())