首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

【软件工程师面试宝典】第7章,面试例题6

2012-10-17 
【程序员面试宝典】第7章,面试例题6whatresult after run the following code #includestdio.hvoid learn7

【程序员面试宝典】第7章,面试例题6

what  result after run the following code

 

#include<stdio.h>void learn7_6(){  int *ptr;  ptr=(int *)0x8000;  *ptr=0xaabb;}


 

 

【软件工程师面试宝典】第7章,面试例题6

热点排行