1 #include <stdio.h>
2 int main()
3 {
4
char *str "hello world";
5
char stro[] = "good morning india\n";
strcpy(strc, str);
printf("%s\n", strc);
return 0;
Answers
Answered by
0
Answer:
sorry I can't understand your question
Similar questions