InterviewSolution
Saved Bookmarks
| 1. |
The indirect change of the values of a variable in one module by another module is called(a) Internal change(b) Inter-module change(c) Side effect(d) Side-module updateThis question was addressed to me during an online exam.This intriguing question originated from Application Performance topic in chapter Database Programming Techniques of Database Management |
|
Answer» CORRECT OPTION is (c) Side effect Easy explanation - The module of the search TREE and the FLOW is DIRECTED by its values. |
|