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

what is a sentence with the words evaluate and criteria
X +Y+Z=8 6X+Y+5Z=41 WHAT IS X & Y & Z ?
Which occupation is the author referring to through this analogy? "He lives on the sea, as prairie wingspans in the prairie; he hides among the waves, he climbs
How has climate influenced the size of house sparrows? A. They have gradually become smaller in colder parts of the country. B. Their size has not changed i
Which sentence does not contain any errors in the use of italics or quotation marks? A. The largest of the three ships on Columbus's first voyage was "the Santa
what is a verb both past and present
how could wind reshape a rock
how do I get the answer to 0.6 divided by 25.2
What does the word "Hellen" mean in Ancient Greece?
Determine whether the polynomial is a difference of squares and if it is, factor it. y2 – 25x + 25 is not a difference of squares is a difference