In Python, what does the function f1 do in the context of recursion over other types?
A) Takes two strings and performs a bitwise OR operation B) Concatenates two strings recursively C) Performs a recursive factorial operation on two integers D) Computes the Fibonacci sequence recursively