Hi ,
Could you please help me understand what the "test" function do ?
test(15,8) >> gives 16
test(7,15) >> gives 17

thanks



#include <stdio.h>