In the above code given by sir while making a copy of the car E as F and then changing the first letter of the name data member (of F), why didn’t the first letter of name E is not changed (because name is a char array which can act as pointer) ?
This doubt is in reference to the shallow and deep copy concept.