answersLogoWhite

0

Yes, but a recursive function running for a long time would eventually cause your program to crash.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

The efficiency of using recursive function rather than using ordinary function?

For some algorithms recursive functions are faster, and there are some problems that can only be solved through recursive means as iterative approaches are computationally infeasible.


Write a c program to find GCD of two given integers by using both recursive n non recursive functions?

i love u darling


What has the author J C E Dekker written?

J. C. E. Dekker has written: 'Recursive equivalence types' -- subject(s): Recursive functions


What are the main functions of Javascript?

Javascript can be used on a variety of platforms which require simple computer commands but not a full programming language. Javascript can be used as or in addition to a full fledged programming language.


When are the javascript functions compiled?

JavaScript functions are compiled by the client machine at run-time. This is different than a lot of older code, but similar (at least in effect) to modern languages like C# and Java.


Which operating system supports the JavaScript programs to execute?

As long as there is support for JavaScript in browsers, JavaScript can be called on any O/S, any platform and any machine


What has the author Anatolii Ivanovich Mal'tsev written?

Anatolii Ivanovich Mal'tsev has written: 'Algorithms and recursive functions'


Can you call predefined function recursively?

Guess you meant: can a recursive function call predefined functions? Answer: sure, why not.


What has the author G McCusker written?

G. McCusker has written: 'Games and full abstraction for a functional metalanguage with recursive types' -- subject(s): Recursive functions, Functional programming languages, Game theory


What is the difference between Javascript and Jquery?

JavaScript is a scripting language that is mainly used within a web browser. Jquery is a library of javascript code that can be used together with your javascript program. A set of functions that can preform common tasks is provided, which will reduce the amount of code that you have to write yourself.


How do you call the any functions in java?

Just like JavaScript, it is in this format: functionName(moreInfo);


What JavaScript terms are used to describe the actions performed of an object?

JavaScript is an object-oriented language, and like most OO languages, the actions that are performed on an object are referred to as methods. In JavaScript, methods are also sometimes called functions.