jalberthilary8087 jalberthilary8087
  • 04-10-2019
  • Computers and Technology
contestada

Create a new integer using an integer pointer named intpoint.

a) intpoint = & int;

b) intpoint = new & int;

c) intpoint = new * int;

d) intpoint = new int;

Respuesta :

ExieFansler ExieFansler
  • 04-10-2019

Answer:

d) intpoint = new int;

Explanation:

We have an integer pointer named intpoint. So to create a new integer using new keyword the syntax is as following:-

pointer variable = new data type;

Data type is integer so we will use int. Pointer variable is intpoint.

So to declare it we have to write:-

intpoint = new int;

So the matching option is d

Answer Link

Otras preguntas

Dalam waktu 20 sekon, baling-baling sebuah helikopter dapat mencapai putaran 6.000 rpm dari keadaan diam selama 20 sekon. Sudut yang ditempuh masing-masing bila
what is the Nth term of 0 3 8 15 24 35
A cell phone plan uses a fixed charge of $20 per month plus 10 cents for each minute used to calculate the total bill. The total bill, t, can be expressed in te
is 14.5% equivalent to the decimal 14.5
Read this excerpt from Narrative of the Life of Frederick Douglass, an American Slave. My Dear Friend: You remember the old fable of "The Man and the Lion," whe
When is the product of two integers less than or equal to both of the two factors?
Emanuel read 150 pages in 5 hours. how many pages would he read in 4 1/2 hours?
How are mitosis and meiosis different from each other? A. Mitosis produces four different cells and meiosis produces identical cells. B. Mitosis produces four d
where did salt get its name from
A barista averages making 16 coffees per hour. At this rate, how many hours will it take until she's made 1,200 coffees?