含光混世贵无名,孤高何用比云月
p_5032630

查询结果如下:

详细条目 英文搜索 <<快速查询:


p是指在C语言程序设计中,%x按十六进制输出。


例如:
#include <stdio.h>
void main ()
{
int value;
printf("The address of the variable value is %x\n");
&value);
}
结果:The address of the variable value is 0012FF7C

简典