InterviewSolution
Saved Bookmarks
| 1. |
Why is the function random( ) is a impure function? (a) It gives different outputs for same function call(b) It gives different outputs when 0 is given (c) It will not give different output |
|
Answer» (a) It gives different outputs for same function call |
|