adplus-dvertising
frame-decoration

Question

Float * p = new float [50]; is an example of

a.

Static array declaration

b.

Dynamic array declaration

c.

Multi-dimensional array declaration

d.

Both a and b

Answer: (b).Dynamic array declaration

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Float * p = new float [50]; is an example of