InterviewSolution
Saved Bookmarks
| 1. |
State idempotent law. |
|
Answer» When a variable combines with itself using OR or AND operator and produces the same variable as output is called idempotent law. For example, X + X = X, X.X=X |
|