A is the primary key in R and C is the primary key in S.
C is common in both. So the natural join between R and S should be based on this column C. So C in A should act as the foreign key.
In natural join, min and max no. of tuples in R natural join S should be equal to the no. of tuples in child table.
Here child table is R. So (120,120) should be the answer. No option is matching :(