Computer Science, asked by prafullakumarmishal, 4 months ago

what do you mean by pure function​

Answers

Answered by PurpleBangtan
1

Answer:

In computer programming, a pure function is a function that has the following properties: Its return value is the same for the same arguments (no variation with local static variables, non-local variables, mutable reference arguments or input streams from I/O devices).

hope it helps you!

Answered by vivek2526
1

Answer:

I hope it helps you please follow me

Explanation:

In computer programming, a pure function is a function that has the following properties: Its return value is the same for the same arguments (no variation with local static variables, non-local variables, mutable reference arguments or input streams from I/O devices).

Similar questions