Computer Science, asked by reenasatheesh68, 3 months ago

programs based on the concept of pure function questions plz​

Answers

Answered by Anonymous
2

Answer:

A pure function is a function where the return value is only determined by its input values, without observable side effects. This is how functions in math work: Math. cos(x) will, for the same value of x , always return the same result. Computing it does not change x.

Answered by pratyushara987
4

Answer:

Pure function are the atomic building blocks in functional programming .

Explanation:

hope it helps you

Similar questions