The negation of the given statement \( (p \land r) \rightarrow (r \lor q) \) is:
\[
\sim \left[ (p \land r) \rightarrow (r \lor q) \right]
\]
Using the logical equivalence \( A \rightarrow B \equiv \sim A \lor B \), we get:
\[
\sim \left[ \sim (p \land r) \lor (r \lor q) \right]
\]
Simplifying further, we get:
\[
(p \land r) \land (\sim r \land \sim q)
\]
Thus, the correct answer is \(\boxed{(d)}\).