A voir également:
- Explication d'une instruction en C
- Chambre 1408 explication fin ✓ - Forum Mozilla Firefox
- Another earth explication fin - Forum Cinéma / Télé
- Foyer netflix explication - Accueil - Guide streaming
- The instruction data for this shipment have been provided by the sender to dhl electronically ✓ - Forum Consommation & Internet
- Vlan tagged untagged explication - Forum Réseau
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.