parent:: functional programming The side effect in computer program is any operation that changes the state of the program in someway including returning some value to the caller function.
Example: I/O operations,local variable gets modified etc.
References:: https://en.wikipedia.org/wiki/Side_effect_(computer_science)
Tags:: computer-science programming functional-programming functions
Back-links::