In order to optimize my codes, I've creted a dynamic token array....however I do not know the maximum value for this array....Is there any way to check its max array value? I tried using printf(), but even though if I were to print array up to 1000, no error nor terminating error occurs.....so maybe printf cannot be used for checking...

_____