A voir également:
- Explication d'une instruction en C
- Black butler saison 2 explication ✓ - Forum Cinéma / Télé
- Chambre 1408 explication fin ✓ - Forum Mozilla Firefox
- The instruction data for this shipment have been provided by the sender to dhl electronically ✓ - Forum Consommation & Internet
- Foyer netflix explication - Accueil - Guide streaming
- Another earth explication fin - Forum Cinéma / Télé
En fait comme 'getchar' est équivalent à 'getc(stdin)', la ligne while (getchar() != '\n'); va attendre que l'utilisateur entre un 'retour chariot' sur son clavier.
Bonne continuation.