Computer Science, asked by dasanish4789, 7 months ago

Functions and procedures have side effects in

Answers

Answered by sid9839
0

Answer:

Side effect (computer science) In computer science, an operation, function or expression is said to have a side effect if it modifies some state variable value(s) outside its local environment, that is to say has an observable effect besides returning a value (the main effect) to the invoker of the operation.

Similar questions