✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Si se ejecuta el siguiente código:
...
for (i=0; i < 3; i++) {
fork();
}
exit(EXIT_SUCCESS);
...
¿Cuántos procesos zombies tenemos?