logo

Crowdly

Le code suivant est correct : char *nom; char temp[20]; printf("nom : "); ...

✅ 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;

0%
100%
More questions like this

Want instant access to all verified answers on openschool.estaca.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!