Computer Science, asked by 2000misharani, 1 month ago

how does a functional language implement repetition​

Answers

Answered by rahulaarjav
0

Answer:

2 Functional Languages

2 Functional LanguagesRepetition is expressed as recursion rather than iteration. Functions are first class objects. I.e. functions can be manipulated just as easily as integers, floats, etc.

Answered by khushic569
1

Answer:

Repetition is expressed as recursion rather than iteration. Functions are first class objects. I.e. functions can be manipulated just as easily as integers, floats, etc.

Similar questions