you mean to say tht p[0].. to p[4] will accept values and after tht index out of range..

is it like this
p[0] = 0
p[1] = 1
p[2] = 2
p[3] = 3
p[4] = 4
p[5] will give index out of range ??? is it so ??

i am not getting this..!! i get crash after i = 6567. why i don't know