logo

Crowdly

Browser

Add to Chrome

Soit le code suivant: struct date {                     int jour;         ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Soit le code suivant:

struct date {

                    int jour;

                    int mois;

                    int annee;

                    };

typedef struct date S_date;

void INIT_DATE(S_date *naissance);

pour modifier la variable "jour" de la variable structuré "naissance", on peut écrire:

0%
0%
0%
0%
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!

Browser

Add to Chrome