Home
Listen in app
Recursion

Recursion

NullFunction

178
2:13
Sep 29, 2025
4

int fact(int n)
{
// BASE CONDITION
if (n == 0)
return 1;

return n * fact(n - 1);
}

#Acid
NullFunction
NullFunction
#include <iostream>
43 Followers

Related tracks

See all
  • ISYS
    ISYS
    SAFEinSOUND
    1302
    5:39
    10mo
  • joedubs! - 18 switch up (slam dunk!)
    joedubs! - 18 switch up (slam dunk!)
    SILKENWOOD
    14K
    4:42
    1y
  • lawa mi li pakala
    lawa mi li pakala
    ravarcheon
    2044
    4:23
    8mo
  • ❯ nuphory x Bad Computer — MEAN IT
    ❯ nuphory x Bad Computer — MEAN IT
    nuphory
    16.5K
    2:43
    3mo

Enjoy the full SoundCloud experience in the app

Google Play LinkApp Store Link
  • Charts
  • Company
  • About us
  • Directory
  • Newsroom
  • Jobs
  • Developers
  • Legal
  • Copyright
    • Follow us on Instagram
    • Like our Facebook page
    • Follow us on Twitter
© 2025 SoundCloudLanguage:
  • Home

    Home

  • Feed

    Feed

  • Search

    Search

  • Library

    Library

  • Download

    Download