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

How was the European slave trade affected by conflict within Africa?A.)  Conflict often disrupted tradingB.)  Conflict often resulting in a higher number of sla
Which quotation shows Jacques in a positive light? "He was supposed to be sensual and a fast liver. It was therefore by the mere grace of the form that he was a
what is the difference between reflective and extensive writing
If you horizontally stretch the quadratic parent function, f(x) = x2, by a factor of 5, what is the equation of the new function? a.g(x) = (5x)2 b.g(x) = x2
Calculate the perimeter of the parallelogram if a = 7.6 , b = 5.9 and c = 14.6
Which of the following is an example of a true scientific theory A) if a woman has a heart burn during pregnancy her baby will be born with a lot of hair B) th
The nickelodeon provided an entrance into the film business for...
the distance is approximately
Solve x + y + z = -6 -2x – 2y – 2z = 12 5x + 5y + 5z = -30 Solve x + y = 6 y + z = 0 x + y – z = 4
I don’t know what the correct answer is