Computer Science, asked by thomaschristo416, 7 months ago

What is the difference between the declaration statements given below ?

( a ) int * ptr = new int (10) ;

( b ) int * ptr = new int [10] ;​

Answers

Answered by mamtasah04562
1

Answer:

both are same I think .

Explanation:

........

Similar questions