Computer Science, asked by dheerajharode2003, 11 months ago

1000
Correct way of creating an array of 5 table objects dynamically is
1)Table *objenew Table(5);
2)Table *obi[5]=new Table(5);
3)Table *obj[5];
4)Table #obj=new Table[5];​

Answers

Answered by sadiyasnobar
2

Answer:

search it on google step by step

Similar questions