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

A right triangle has one angle that measures 85°. what is the measure of the other acute angle?
Identify the coterminal angle between 0 and 360 for the angle 480
A major idea that the framers of the u.s. constitution absorbed from the enlightenment was
Alberto has 92 stamps in one large album and 38 stamps in another small ablum. How can he use mental math to find how many more stamps are in the large album.
How did the Paris Peace Treaties reveal the tensions between the Soviet Union and the West?
How to find maximum if second derivative test is inconclusive?
Tommy wrote down all of the whole numbers greater than -1 and less than 3 what is the average value of these numbers
Why it is not possible for two lines to be parallel and perpendicular?
I have 12 coins in nickels and dimes. if the total value of these coins is 85 cents, how many nickels are in this collection
_______ is the process of deciding where one page ends and the next begins. A. Editing B. Crop C. Word wrap D. Pagination