Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <math.h>
- #include <stdlib.h>
- #include <time.h>
- #include <string.h>
- int main()
- {
- char ch[100];
- strcat(ch,"bonjour");
- strcat(ch," gilles");
- strcat(ch," voici");
- strcat(ch,"mon pastebin");
- printf("%s\n", ch);
- return 0;
- }
- */bonjour gilles voicimon pastebin
- 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