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

'for a good cause if you are determined you are able to overcome any obstacle'. explain
in the xy-plane above, point c has coordinates (6,9). which of the follwoing is an equation of the line that contains points 0 and c?
simplify (1/x) + (1/(x+h)
Add these fractions (Lowest Terms) a) 1/6 + 1/6 b) 1/4 + 3/8 c) 2/3 + 5/6 d) 9/21 + 4/7 e) 1 3/5 + 1/10 f) 1 1/4 + 11/12 g) 1 2/3 + 2/3 h) 1 5/6 + 3 2/5
the graph below shows the distribution of students grades on their last math test. Based on the Empirical rule, what percent of students made.. *btwn 80 n 85 o
How many flags are in this wolld ;)
How many flags are in this wolld ;)
Square of the complex number (i - 2)?
'for a good cause if you are determined you are able to overcome any obstacle'. explain
how do u find the area of a triangle