Pergunta de entrevista da empresa 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.

Resposta da entrevista

Sigiloso

23 de nov. de 2018

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