InterviewSolution
Saved Bookmarks
| 1. |
The maximum value of 'l' for n = 4____ |
|
Answer» The value of l varies from 0 to n−1. Thus its more value is n−1. Thus in this CASE, the MAXIMUM value =4−1=3 |
|