(2)
#include <stdio.h>
void main()
{
char *ps="We change lives";
int n=10;
ps=ps+n;
printf("%s\n",ps);
}
拿到C++的编辑器运行 下有意想不到的收获哦!
#include <stdio.h>
void main()
{
char *ps="We change lives";
int n=10;
ps=ps+n;
printf("%s\n",ps);
}
拿到C++的编辑器运行 下有意想不到的收获哦!
哎 时间....................