Write a program in C language which copy sentence from one string to another without using built in functions? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Write a program in C language which copy sentence from one string to another without using built in functions?

16th Jan 2021, 11:14 AM
Sajjad Qayyum
Sajjad Qayyum - avatar
3 Answers
+ 2
Sajjad Qayyum Show your attempts
16th Jan 2021, 11:43 AM
A͢J
A͢J - avatar
+ 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
16th Jan 2021, 11:18 AM
Atul [Inactive]
0
It'd also be helpful if you specified the language in your tags.
16th Jan 2021, 1:22 PM
Mike A
Mike A - avatar