Ad
  • Default User Avatar

    The memory take by the int array numbers2 is much more than what is required
    eg: if the starting point is 25 and end is 100.
    in such case it will keep the space for 100 ints aside where as only 76 space is required actually.