What is the result when running the following piece of code:
int main(int argc, char* argv[]) {
while ( true )
fork();
}
Aucun commentaire:
Enregistrer un commentaire