String Representation in C CStrings 1 There is Slides: 23 Download presentation String Representation in C C-Strings 1 There is no special type for (character) strings in C; rather, char arrays are used. char Word[7] = "string"; Word[0] Word[1] Word[2] Word[3] Word[4] Word[5] Word[6] 's' 't' 'r' 'i' 'n' 'g' '