Initiation au langage C (correction du progr)
Fermé
INDUSTRINFO
Messages postés
230
Date d'inscription
lundi 4 mai 2009
Statut
Membre
Dernière intervention
14 avril 2010
-
17 juin 2009 à 21:40
INDUSTRINFO Messages postés 230 Date d'inscription lundi 4 mai 2009 Statut Membre Dernière intervention 14 avril 2010 - 17 juin 2009 à 22:57
INDUSTRINFO Messages postés 230 Date d'inscription lundi 4 mai 2009 Statut Membre Dernière intervention 14 avril 2010 - 17 juin 2009 à 22:57
A voir également:
- Initiation au langage C (correction du progr)
- Langage ascii - Guide
- Langage binaire - Guide
- Correction orthographe - Guide
- Telecharger clavier français avec correction - Télécharger - Divers Utilitaires
- Pascal langage - Télécharger - Édition & Programmation
2 réponses
Alkaaran
Messages postés
285
Date d'inscription
dimanche 20 mai 2007
Statut
Membre
Dernière intervention
3 novembre 2009
37
17 juin 2009 à 21:48
17 juin 2009 à 21:48
#include <stdio.h> #include <stdlib.h> int main(int argc, char *arg[]) { long nombreDevies = 5; printf("Bonjour\n");/*Cette instruction affiche Bonjour*/ printf("Vous avez %ld de Vies\n", nombreDeVies ); printf("*****BAM*****\n");//Là, ilse prend un grand cours sur la tête nombreDeVies = 4;//Il vient de perdre une vie ! printf("Ah desole, il ne vous reste que %ld vies maintenant ! \n\n" , nombreDeVies); system("PAUSE\n"); return 0; }
INDUSTRINFO
Messages postés
230
Date d'inscription
lundi 4 mai 2009
Statut
Membre
Dernière intervention
14 avril 2010
6
17 juin 2009 à 22:57
17 juin 2009 à 22:57
Merci, j'ai pu resoudre.