✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
On considère la suite d'instructions suivante :
t_square ** squares = (t_square **)malloc(10 * sizeof(t_square *));
for (int i = 0; i < 10; i++) {
squares[i] = create_square(0 , i + 1, i + 1);
}
Parmi les affirmations suivantes, lesquelles sont vraies ?