Tuesday, November 21, 2023

The indirect change of the values of a variable in one module by another module is called.........


 Answer: Side effect

 A side effect is when a function relies on, or modifies, something outside its parameters to do something.

Side effects are any changes in the state of the program or the environment that is not reflected in the function's output.

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

0 comments:

Post a Comment

Data Structures with C++



NET/SET/CS PG



Operating Systems



Computer Networks



JAVA



Design and Analysis of Algorithms



Programming in C++

Top