Advertisement
mario_mos

charsz

Jul 24th, 2023
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <math.h>
  3. #include <stdlib.h>
  4. #include <time.h>
  5. #include <string.h>
  6. int main()
  7. {
  8.  
  9.  
  10. char ch[100];
  11. strcat(ch,"bonjour");
  12. strcat(ch," gilles");
  13. strcat(ch," voici");
  14. strcat(ch,"mon pastebin");
  15. printf("%s\n", ch);
  16.  
  17.  
  18. return 0;
  19. }
  20.  
  21.  
  22.  
  23. */bonjour gilles voicimon pastebin
  24. 13:55:55: /home/mariomoser/C_learning_journey/build-exemple_1-Desktop-Debug/exemple_1 exited with code 0*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement