I have a simple question. Why is it necessary to consider the terminating null in an array of chars (or simply a string) and not in an array of integers. So when i want a
Because of the the technical reasons of how C Strings are implemented compared to other conventions