I have explicity declared my array to be 450 characters long.
But for some reason when I run the program I seem to be getting about 475 characters and they are all -52(ascii) from 450 to 475. I also do not seem to have a null character in my array to tell the program it is the end of the array.
Anyone can help me out?
Thanks