int arr[] = { 11,12,13,14,15 }; int *ptr = arr; *(ptr++) +=100; printf("%d %d", *ptr, *(++

我要回帖

 

随机推荐