in case of dynamic memory allocation
with the use of new operator i have to allocate memory of integer array of 10 elements in constructor and similarly deallocate it in destructor.
please help me out
with the use of new operator i have to allocate memory of integer array of 10 elements in constructor and similarly deallocate it in destructor.
please help me out
Comment