Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Après t=(int*)malloc(100*sizeof(int)), l’appel de sizeof(t) retourne ?
au moins 100*sizeof(int) ;
sizeof(int *) ;
au plus 100*sizeof(int) ;
exactement 100*sizeof(int) ;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!