Correct Answer: Error: Lvalue required/incompatible types in assignment
Explanation:
We have to use strcpy(char *dest, const char *source) function to assign a string. Ex: strcpy(e.name, "Suresh");