Answer the question
In order to leave comments, you need to log in
Does the stack grow if the recursive function call is the last operation?
I apologize if the question is incorrect.
For example, there is a function like:
void doSomething() {
// [...]
if (a==0) {
doSomething();
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question