✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Quel type d'erreur contient le code C suivant ? Note : en C, int et double sont considérés compatibles.
int f(double x) {
return y + x;
}