Can you combine the following two statements into one?
char *p; p = (char*) malloc(100);
Answer: C
No answer description available for this question.