• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu
0

i dont get it

int factorial(int n) { if (n==1) { return 1; } else { return n * factorial(n-1); } }

c++recursionreturn
12th Nov 2018, 12:28 PM
prod.rai
prod.rai - avatar
1 Odpowiedź
+ 2
Have you already studied functions?
12th Nov 2018, 12:54 PM
HonFu
HonFu - avatar

Często masz takie pytania?

Ucz się bardziej efektywnie, za darmo:

  • Wprowadzenie do Pythona

    7.1M uczących się

  • Wprowadzenie do Java

    4.7M uczących się

  • Wprowadzenie do C

    1.5M uczących się

  • Wprowadzenie do HTML

    7.5M uczących się

Zobacz wszystkie kursy
Popularne dzisiaj
How to properly reverse a string in python
5 Votes
Using Python on VScode
2 Votes
Python Developer
0 Votes
hi my coding instor told me to make a calculator that find the average of two numbers can you pls tell me my erro
0 Votes
Hi guys I need some one to teach the String name how I can do it true because when I finish coding they give me NO OUTPUT
1 Votes
Average of Two Numbers
0 Votes
Wayss
0 Votes
fully dynamic arrays
1 Votes
Hearts
0 Votes
Can I take the certificates after finished the lessons?
1 Votes