[主观题]

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;

  • 查看答案
  • What do you mean, there are only ten tic

    [单选题]What do you mean, there are only ten tickets? There _________ be twelve.A.shouldB.wouldC.willD.shall

  • 查看答案
  • What do you mean, there are only ten tic

    [单选题]What do you mean, there are only ten tickets? There be twelve A. should B. would C. will D. shall

  • 查看答案
  • What do you mean, there are only ten tic

    [单选题]What do you mean, there are only ten tickets? There _____ be twelve.A. shouldB .wouldC. will D. shall

  • 查看答案
  • What do we mean by a perfect English pro

    [单选题]What do we mean by a perfect English pronunciation? In one (11) there are as many different kinds of English as there are speakers of it. No two speakers speak in exactly the same (12) We can always hear different forms between them, and the pronunci

  • 查看答案
  • 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 will the following C code do? int *

    [主观题]What will the following C code do?int *ptr;ptr =(int *)Ox67a9;*ptr = Oxaa55;

  • 查看答案
  • 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

  • 查看答案
  • What does the man mean?

    [单选题]What does the man mean?A.He feels sorry about it.B.He prefers his party.C.He is worried about it.

  • 查看答案
  • What does the woman mean?

    [单选题]What does the woman mean?A.Cathy will be at the party.B.Cathy is too busy to come.C.Cathy is going to be invited.

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