I wanted to empty the string:
char str[40]={"abcdefghijklmnopqrstuvwxyz"};
I first tried doing strcpy(str2, "");
strcpy(str2, "");