There's nothing wrong with the other answer, but I like to use Taylor series for these kinds of problems, since it is easy to take the limit of a rational function. Here's a few more words about how that expansion works.
Using Taylor series, we can write the following:
$$\lim_{x \to 0} \frac{\sin (ax) \cos(bx)}{\sin(cx)} = \lim_{x \to 0}\frac{(ax - E_{\sin}(x))(1-b^2x^2+E_{\cos}(x))}{cx - E_{\sin}(x)}$$
Where the $E$ are error functions which go to $0$ as $x$ goes to $0$, and in particular, go to $0$ faster than $x$ does. Technically the top and bottom $E_{\sin}$ are different, but since they are going to $0$ in a moment anyway, we won't clutter things with any more notation.
Multiplying the limit out:
$$\lim_{x\to 0}\frac{ax - ab^2x^3 -E_{\sin}(x)(1-b^2x^2 +E_{\cos}(x))}{cx - E_{\sin}(x)}$$
Now since the error terms go to $0$ faster than $x$, we can cancel an $x$ from every term, and $\frac{E}{x} \to 0$ as $x \to 0$.
$$\lim_{x \to 0} \frac{a - ab^2x^2}{c}$$
Now the limit is obviously $a/c$, as found in the other answer.