StringAs used in C:A series of bytes (chars) stored in the Heap, terminating in \0 (NUL)Accessed via a Pointere.g.1 2 3 // Represented in memory as ['a','b','c','d','\0']; char* myString = 'abcd';