开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
问题(Question):
喂入的资料(Input):
预期的正确结果(Expected Output):
错误结果(Wrong Output):
程式码(Code):(请善用置底文网页, 记得排版)
补充说明(Supplement):
unsigned char a;
unsigned char *b;
int c;
int *d;
int **e;
int f[5];
int *g[5];
int (*h)[5];
要如何解释这些变量所代表的意思?
题目还特别强调是在32位元的电脑上