非是非
Thinking, Express
|

测验题目

问题:
What does following declaration mean?

const char *s;
char const *s;
char *const s;
参考答案:
const char *s;
  ### A pointer to (const char)
char const *s;
  ### A pointer to (const char)
char *const s;
  ### A (const pointer) to char
非是非 | 联系 | 关于 | 向开发者捐赠 |

版权所有 © 非是非, 2007~2015

我觉得这个站点或页面: 有用 没用 有趣 无趣 有错 |