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
1
Answer:
both are same I think .
Explanation:
........
Similar questions