#include<stdio.h>#include<string.h>int main(){ char food[]="Yummy"; char *ptr; ptr=food+strlen(food); while(--ptr>=food) puts(ptr); return 0;}ptr的運算怎么得出運行的結果 ?越詳細越好
- 3 回答
- 0 關注
- 1977 瀏覽
添加回答
舉報
0/150
提交
取消