Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
T = (int *) malloc (11* sizeof( int ) );
T = (int *) realloc (T, 11* sizeof( int ) );
T = (char *) realloc( 11 * sizeof (int ));
T = (int *) malloc (11);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!