#include "string.h" main( ){ char str[100]="How do you do"; strcpy(str, "is she"); printf("%s\n", str); }
Copyright ©