InterviewSolution
Saved Bookmarks
| 1. |
Which is the smallest number of 3 digits that is divisible by 2, 4, 8?(a) 100(b) 102(c) 116(d) 104The question was asked at a job interview.The doubt is from GCD LCM recursion topic in portion Recursion of Data Structures & Algorithms II |
|
Answer» Right option is (d) 104 |
|