欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136
標題:
++*a與*a++
[打印本頁]
作者:
卡爾文
時間:
2016-9-3 23:49
標題:
++*a與*a++
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
void sort(int *a, int len)
{
printf("%d\n", sizeof(a));
while (len--) {
// printf("%d\n", *a++);
printf("%d\n", *(a++));
}
}
int main()
{
int a[4] = {235, 234, 2342, 2};
sort(a, 4);
}
歡迎光臨 (http://www.raoushi.com/bbs/)
Powered by Discuz! X3.1