For example:
char *t; printf("Enter the value of t: ");
How can I save the user input into t? What can I do next?