Im fairly new to c sorry if this is a stupid question! i have this:
fgets(question,200,stdin); char *memq = malloc(sizeof(strlen(question))); memq= question;