#include #include #include int main(void) { int length, i; char *string = "this is a string"; length = strlen(string); for (i=0; i