Question: C++ exercise class Person private: char name (101 int age public: Person (char nm [] -0, int ag#20 strncpy (name, nm, 9) name [9] 10,

C++ exercise
class Person private: char name (101 int age public: Person (char nm [] -"\0", int ag#20 strncpy (name, nm, 9) name [9] 10, ageag: Modify the implementation of the above class so the name data-member can accept value of any Hint: Dynamic memory allocation..)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
