The answer I think it\'s 3, but I am not sure about that.
main() { int a = 0; int rc = fork(); a++; if (rc == 0) { rc = fork(); a++; } else {