Recursion in C

Using tail recursion and Fibonnaci-style recursion to solve the Fibonnaci sequence

Recursion with memoization