题目判断代码正确与否: char a[] = "House",*p = "Horse"; p = a;A. 对B. 错判断代码正确与否: char a[] = "House",*p = "Horse"; p = a;A. 对B. 错题目解答答案A. 对