每天一道笔试题-2012年2月20日

问题一:
解释下面各标示符所对应的类型:

int const n1;
const int n2;

int *const pn1;
const int *pn2;

typedef int *pint;
const pint pn3;
pint const pn4;

出处:《C++ Primer》第四章。
posted @ 2012-02-28 13:52  我的IT技术  阅读(108)  评论(0编辑  收藏  举报