ANSWER : B

Explanation :

In 'r' address of '1' is being stored. In 's' (pointer to an int pointer) address of 'r' is being stored. Hence dereferencing this pointer will give '1'.