- 1
Write a program in C language which copy sentence from one string to another without using built in functions?
3 Respuestas
+ 2
Sajjad Qayyum
Show your attempts
+ 1
String n="this is a cat";
String s="";
After doing this use a for loop which will break every word from your string an d place it in string s
0
It'd also be helpful if you specified the language in your tags.