Strings - ecology lab

C Strings. C String Declaration and Initialization. Sets aside an array of elements. each element contains a char (single letter) Do not forget that the initialization of the char array has to be large enough to hold the string and its terminating null, ‘\0’. terminating null, ‘\0’ ending marker used for string … ................
................