In the copy-modify-merge approach to version control, what happens if a developer tries to publish code that would override changes made by others?
a) The code is rejected
b) The changes are automatically merged
c) A conflict occurs and needs manual resolution
d) The previous version is deleted