Open in app

Sign in

Write

Sign in

SoftwareZay.com
SoftwareZay.com

141 Followers

Home

Lists

About

Feb 12, 2022

Dart function — Recursive Functions

recursive function is a function that calls itself. A recursive function is used for repeating code. If the state of the function does not change, and it has no preset exit condition that is reached, a recursive call can turn into an infinite loop. void forever() { forever(); } forever() is indeed an infinite loop. Here is a recursive function that will repeatedly add one String to another String.

1 min read

1 min read

SoftwareZay.com

SoftwareZay.com

141 Followers

Web Developer

Following
  • Iman Borumand Zadeh

    Iman Borumand Zadeh

  • cloud & nodejs tutorials

    cloud & nodejs tutorials

  • PCMag

    PCMag

  • GeekyAnts

    GeekyAnts

  • Enrique Dans

    Enrique Dans

See all (803)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams