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

there are 12 small gift bags .Each bag ca
Twice as number decreased by 9 is 7
What is the diameter of a circle whose circumference is 5? 1) 2.5/pi squared 2) 2.5/pi 3) 5/pi squared 4) 5/pi
is 7 over 9 , 5 over 12, and 5 over 8 terminating or repeating decimals? and what are they in decimals? please explain..thx :)
The value of 3 in 920.003
find the opposite or additive inverse of 48 =
what is 1 20/32 as a decimal and percent?
What would I put for the digit valuenumber 601,099 in the ten thousand place+
Identify the type of sentence.I caught a cold after I spent a week visiting my grandchildren.simple sentencecompound sentencecomplex sentence
theo had a balance of -$4 in his savings account. after making a deposit, he has $25 in his account. what is the overall change to his account?