Computer Science, asked by gayathrireddy36, 7 months ago

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 Anonymous
0

Answer:

sorry I can't understand your question

Similar questions