logo

Crowdly

Observez le code ci dessous : typedef union { int int_value; double double_...

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

Observez le code ci dessous :

typedef union {

int int_value;

double double_value;

char text_value[16];

} my_union_t;

Quelle est la taille du type my_union_t ?

More questions like this

Want instant access to all verified answers on moodle.utbm.fr?

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