main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
Answers
Answered by
2
What is this question
Similar questions