It's says find the mid-point and split the list in half. Copy of the back end, sorry, copy of the left side, copy of the right side.
找到列表的中间节点,然后在这里将列表分解成两半,后端的拷贝,左部分的拷贝,右部分的拷贝。
Well, the assignment operator makes a copy of the thing on the right and puts it in the thing on the left.
赋值操作符把右边的东西,复制到左边。
All right, I'm going to run copy one enter.
好的,然后run,copy1,回车。
So it's an address, it's a pointer, address pointer, synonyms for now, so it's the address of a char so this makes sense because s1 is also the address of a char so if I wanted to make a copy of that address this is absolutely the right syntax.
是一个地址,是一个指针,地址指针,也就是,char型数据的地址,这是有意义的,因为s1也是一个char型数据的地址,所以如果我想要复制那个地址,这个绝对是正确的语法。
应用推荐