Pregunta de entrevista de 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.

Respuesta de la entrevista

Anónimo

23 nov 2018

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