Some help.. I am trying to input honey moon then output honeymoon | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Some help.. I am trying to input honey moon then output honeymoon

#include<stdio.h> #include N 100 // function to design a string connection int main() { char s1[202],s2[101]; gets(s1); gets(s2); mystrcat(s1,s2); //Call Function Connection string puts(s1); }

1st Jun 2018, 6:08 AM
Don Loic
2 Answers
+ 7
Thanks for the reply. I am on it
1st Jun 2018, 6:29 AM
Don Loic
0
[ ]="moon" b="guide" [ ]="honey" Print(a[ ]c)
29th Mar 2024, 2:42 PM
Uma M
Uma M - avatar