The account targeted doesn't seem to be a real person at all
[dead]
void employee_set_age(struct Employee* employee, int newAge) { // Cast away the const and set it's value, the compiler should optimize this for you (int)&employee->age = newAge; } I believe that "Casting away the const"…
The account targeted doesn't seem to be a real person at all
[dead]
void employee_set_age(struct Employee* employee, int newAge) { // Cast away the const and set it's value, the compiler should optimize this for you (int)&employee->age = newAge; } I believe that "Casting away the const"…