Dynamic memory allocation

new int [100], will it occupy CONTINUOUS memory ?

yes memory allocation for array is always continuous