#include #include #include int main(void) { int length, i; char *string = "THIS IS A STRING"; length = strlen(string); for (i=0; i