[主观题]

What will the following C code do?

int *ptr;

ptr =(int *)Ox67a9;

*ptr = Oxaa55;

参考答案与解析:

相关试题

What do the following declarations mean?

[主观题]What do the following declarations mean?a) const int a;b) int const a;c) const int *a;d) int * const a;e) int const * a const;

  • 查看答案
  • What do the following declarations mean?

    [主观题]What do the following declarations mean?a) const int a;b) int const a;c) const int *a;d) int * const a;e) int const * a const;

  • 查看答案
  • Which of the following fails to tell what birds do according to the passage?

    [单选题]Which of the following fails to tell what birds do according to the passage

  • 查看答案
  • How do you code an infinite loop in C? -

    [主观题]H.ow do you code an infinite loop in C?

  • 查看答案
  • A What do you mean B What about you C I’

    [试题]A. What do you mean B What about youC. I’m not sure D What a pityE. What do you think F Sounds greatG. Say, why don’t you come with us H Do you mean itJessica: I’m so excited! We have two weeks off! What are going to do?Natasha:__56__. I guess I’ll ju

  • 查看答案
  • What do you do on Sunday?- _________。

    [单选题]What do you do on Sunday?- _________。A.I 'm a teacher.B.I play football.C.Y

  • 查看答案
  • Which of the following is not a component of the CFA Institute Code of Ethics?

    [单选题]Which of the following is not a component of the CFA Institute Code of Ethi

  • 查看答案
  • Which of the following is not a form of plagiarism, according to code of ethics?

    [单选题]Which of the following is not a form of plagiarism, according to code of et

  • 查看答案
  • What do you plan to do this Friday?

    [问答题]What do you plan to do this Friday?

  • 查看答案
  • What do you do after school?

    [主观题]What do you do after school?

  • 查看答案
  • What will the following C code do? int *