游客[注册]
|
登录
|
中文
|
english
整站搜索
用户博客
找到相关内容
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
2011/3/21 17:34:58