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
2
Answer:
search it on google step by step
Similar questions
Math,
5 months ago
Hindi,
5 months ago
Math,
5 months ago
Geography,
11 months ago
English,
11 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago