if (i = 1, i <= n) { if (*ptr % 2 == 0) { ptr2 = arr; i++; b++; }
ptr2我想在下一个复合语句中使用,如何解决?
这段里用完了,在下一个语句里ptr2重新赋值就行了。
ptr2这个是全局变量的话,都可以使用