Test n°1
Commentaires :
Ces commentaires sont-ils justes :
/* Programme Hello.exe
   version 1.0
   Abouaf Eric*/
// copyright 1998
OuiNon
Programme :
J'ai glissé volontairement 3 erreurs dans ce programme. Indiquez le numéro de ligne dans lequel elles se trouvent.
 1:  /* Abouaf Eric
 2:   
 3:  email: Microfirst@excite.com
 4:  site : http://www.multimania.com/microfirst
 5:   
 6:  copyright 1998 
 7:
 8: #include "stdio.h"  //pour la fonction printf
 9:
10: void main(){
11:
12: printf(Salut);
13:
14: return 0
15: }
Ligne1Ligne2Ligne3Ligne4Ligne5Ligne6Ligne7Ligne8
Ligne9Ligne10Ligne11Ligne12Ligne13Ligne14Ligne15
Retour à la page de C++.