@Cristine i have a silly doubt , that if there 4096 elements,then when A[0] would be fetched it would bring A[1],A[2],A[3] also in cache right,now when we bring A[2048] it will bring A[2049],A[2050],A[2051] with itself.so how do we say that A[0] conflicting with A[2048] or with all A[2048],A[2049],A[2050],A[2051]?