I have a class defined belowclass A{ int *m_ptr; A(){}};main(){ int *loc_ptr; A a1,a2;}I have to write a copy constructor for this classPlease help in this problemThanks in Advance.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions