If by mistake,I define a char array with no \\0 as its last character, what happens then?
\\0
I\'m asking this because I noticed that if I try to iterate th
I bet that an int is defined just after your string and that this int takes only small values such that at least one byte is 0.