Find the word definition

Wiktionary
tail recursion

n. (context programming English) The technique of writing a function so that recursive calls are only done immediately before function return, particularly when recursive control structure are used in place of iterative ones.