✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
On considère les instructions suivantes. Parmi les affirmations suivantes, laquelle est vraie ?
int * p = (int *) malloc(sizeof(int));
*p = 42;