Advertisement
Guest User

Salut bande de salope de SNIR1

a guest
Apr 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4.  
  5. void main(void){
  6.  
  7. char salle[4]={"24"};
  8. char *numero[5] = {"1","2","3","4"};
  9. char tampon[4]={"24"};
  10.  
  11. int i;
  12.  
  13. for(i=0;i<4;i++){
  14. strcpy(salle, tampon);
  15. printf ("salle %s\n",strcat(salle,numero[i]));
  16. }
  17. system("pause");
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement