The Fibonacci sequence is only defined over positive integers. The argument to FibonacciElement1() should be unsigned. As coded, FobonacciElement1() will run away dangerously for any negative value of n. Your computer is not big enough to compute the fibonacci sequence recursively for large valu...