✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following instructions. Among the following statements, which one is true?
int * ptr = (int *) malloc(sizeof(int));
*ptr = 21;