A C string is a sequence of characters, not a pointer. C strings are manipulated using `char*` pointers.