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.

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation