An sObject named Application _c has a lookup relationship to another sObject named Position_c.
Both Application _c and Position c have a picklist field named Status_c.
When the Status c field on Position __c is updated, the Status_c field on Application _c needs to be populated
automatically with the same value, How can a developer accomplish this?
A . By changing Application c.Status c Into a roll-up summary field.
B. By changing Application c.Status c Into a formula field.
C. By using an Apex trigger with a DML operation.
D. By configuring a cross-object field update with a workflow.