Consider the following C function.
int fun(int n){
int x = 1, k;
if (n = = 1) return x;
for (k = 1; k x = x + fun(k) * fun(n - k); return x; } The return value of fun(5) is ________.
Enter numerical value using the virtual keypad. Round off where necessary.