✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Le code suivant est correct :
char *nom;
char temp[20];
printf("nom : ");
scanf("%s",temp);
nom = (char *)malloc(strlen(temp)+1);
nom=temp;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!