Hi, I want to scan a word from the user and store it in a char pointer. But I couldn't do it. The thing I just want as the following:
char *word;
scanf("%s",word);
but, it doesn't work... please help for this simple problem. it sounds a bit noob, i know...