Computer Science, asked by aqsanafees62, 11 hours ago

Q2) WAP a c++ using array of objects to store the author, title and price of 5 books and display it.​

Answers

Answered by gaurav311208
0

Answer:

When deleting a dynamically allocated array, we have to use the array version of delete, which is delete[]. This tells the CPU that it needs to clean up multiple variables instead of a single variable.

Explanation:

please follow

Similar questions