+ 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); }
4 Respuestas
+ 8
Thanks for the reply. I am on it
0
[ ]="moon"
b="guide"
[ ]="honey"
Print(a[ ]c)
0
Good