找到相关内容 1
程序设计基本概念
程序员面试宝典第二版笔记(一) 1:i++;  What will be the output of the following C code ?  #include <stdio.h>int main() { int b = 3; int arr[] = {6, 7, 8, 9, 10}; int *ptr = arr; *(ptr++)
http://cyqdata.cn/cnblogs/article-detail-35228