The argument of each recursive call is the content of a field of the original output. This definite characteristic belongs to which of the following function?

The argument of each recursive call is the content of a field of the original output. This definite characteristic belongs to which of the following function? Correct Answer Structurally recursive function

A structurally recursive function has a characteristic that the argument to each recursive call is the content of a field of the original input. This recursion function includes mostly all tree traversals which includes binary tree creation and search, XML processing etc.

Related Questions