‧͙⁺˚*・༓☾🐺☽༓・*˚⁺‧͙

Home

❯

Notes

❯

working notes

❯

Side Effect In Computer Program

Side Effect In Computer Program

Oct 19, 20251 min read

  • computer-science
  • programming
  • functional-programming
  • functions

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::


Graph View

Backlinks

  • MOC_Computer_Science
  • Declarative programming
  • Function
  • MOC-Computer-Science