C Program to concatenate two strings without using Strcat() Function

preview_player
Показать описание
PlayInHD
concatenate two strings
strcat() function
Рекомендации по теме
Комментарии
Автор

Sir I also tried to add a space in between two strings. So I added i++ and str[i]=' ' after first loop but the output is not as desired thought if I add str[i++]=' ' then a space is added between the strings. Why am I not getting same output for both?

VashishtArora