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];
- strcpy(ch,"bonjour");
- strcpy(ch," gilles");
- strcpy(ch," voici");
- strcpy(ch,"mon pastebin");
- printf("%s", ch);
- return 0;
- }
- */mon pastebin
- 13:54:57: /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