I have a question at school and I got stuck. I need to write a recursive program in c:
int check_odd(unsigned long n){ }
the function getting a positive natural parameter and the function need to...