What happens during the process of composing functions?A. The output of one function is used as the input for anotherfunctionB. The outputs from two functions are added together.C. The input of one function is used as the output for anotherfunctionD. The inputs for two functions are added together.

Answer :

function composition is an operation that takes two functions.

In this case, the process of composing functions is

A. The output of one function is used as the input for another

function

Other Questions