#include #include #include int main() { char *arr; arr = (char *) malloc(sizeof(char)*5); strcpy(arr,"amee is my name"); return 0; }