0
fibonacci in C
what is function definition which defines the fibonacci for different inputs? (I mean that you enter a number then the function prints its related fibonacci value,for instance,input=6 -->output=8)
1 Resposta
what is function definition which defines the fibonacci for different inputs? (I mean that you enter a number then the function prints its related fibonacci value,for instance,input=6 -->output=8)