Question d’entretien chez Zolo

How can you return 3 and 4 from a function when we pass 4 and 3 in that function respectively without using conditional statements.

Réponse à la question d'entretien

Utilisateur anonyme

23 nov. 2018

void fun(int value){ return 12/value; }