The correct option is (c) When modules communicate only through public module interface, their coupling strength is proportional to the number of messages and number of data passed in between
To explain I would say: Failure to hide information leads to tight coupling, Modules with special data types are more tightly coupled.