当前位置: 答题翼 > 问答 > 求职面试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

What will the following C code do? int *ptr; ptr =(int *)Ox67a9; *ptr = Oxaa55;


What will the following C code do?

int *ptr;

ptr =(int *)Ox67a9;

*ptr = Oxaa55;

请帮忙给出正确答案和分析,谢谢!

参考答案
答案整理中……
您可能感兴趣的试题
  • What will the following C code do? int *ptr; ptr =(int *)Ox67a9; *ptr = Oxaa55;

  • What will be the output of the follow C code? #define product(x) (x*x) main() { int

  • What will be the output of the following C code? main() { int k, num= 30; k =(num

  • What will be the output of the following C code? main() { int k, num= 30; k =(num

  • What will the following C code do? int *ptr; ptr =(int *)Ox67a9; *ptr = Oxaa55;

  • What will be the output of the follow C code? #define product(x) (x*x) main() { in