$f$ is differentiable on $(a, b)$. (1)
Let $\alpha \in (a, b)$.
$f'(\alpha) = \lim_{h \to 0}\frac{f(\alpha + h) - f(\alpha)}h$.
(1) $\implies f$ is differentiable between $\alpha$ and $\alpha + h$, inclusive.
By the mean value theorem, $\exists c_n$ between $\alpha$, $\alpha + h$: $f'(c_n) = \frac{f(\alpha + h) - f(\alpha)}{\alpha + h - \alpha}$.
So, $f'(\alpha) = \lim_{h \to 0}f'(c_n)$.
As $h \to 0$, $c_n \to \alpha$.
So, $f'(\alpha) = \lim_{c_n \to \alpha}f'(c_h) \implies f'$ is continuous at $\alpha \forall\alpha\in(a, b)$.
$\therefore f$ is differentiable on $(a, b) \implies f'$ is continuous on $(a, b)$.
But clearly the statement must not be true as for some functions like the following, the derivative exists, but is not continuous, at zero:
$f(n) = \begin{cases} n^2 \sin(\frac{1}{n^2}) & n \in \mathbb R \\ 0 & n = 0. \end{cases}$
$f'(0) = 0$. But $\lim_{n \to 0}f'(n)$ does not exist.