Question
Complete the given code for recursive fibonacci series function:

Answer

return(fibo(n-1) + fibo(n-2))

Need a full question paper?

Generate a complete, print-ready paper with questions like this in minutes — across 16+ boards, with answer keys.

Start Generating Free