solution 1: prove ##C^1## is not complete directly by constructing a Cauchy sequence of functions that converge to a non-differentiable function.
Let ##f_n(x) = \sqrt{((x-0.5)^2+1/n^2}##. Since the square root function is concave, in general ##|\sqrt{a+b}-\sqrt{a}| \leq \sqrt{b}##.
So this gives us that
$$|f_n(x)-\sqrt{(x-0.5)^2}| \leq \sqrt{1/n^2} = \frac{1}{n}$$.
In particular, since ##\sqrt{(x-0.5)^2}=|x-0.5|## is not differentiable, we have that the sequence ##f_n## converges to a non-differentiable function in ##C^0##, the space of continuous functions, with the supremum norm. The sequence itself is Cauchy and therefore demonstrates ##C^1## is not complete.
Method 2: I am going to use this result:
https://en.m.wikipedia.org/wiki/Bounded_inverse_theorem
Let ##V \subset C^1## be the set of functions such that ##f(0)=0##. This is a subspace of ##C^1## since if ##f(0)=0## and ##g(0)=0##, then ##\alpha f(0) + \beta g(0)=0## for any real numbers ##\alpha, \beta##. If ##C^1## is complete, ##V## must also be complete, since if ##f_n## is a sequence with ##f_n(x)=0## for all n, and ##f_n## converges to a function ##f##, we must have ##f(0)=0##.
We will show that ##V## is not complete, so ##C^1## isn't complete either.
Let ##T: C^0 \to V## be the function that takes a continuous function ##f(t)## to ##(Tf)(x) = \int_0^{x} f(t)dt##. This is defined for continuous functions, linear, and by the fundamental theorem of calculus returns a continuously differentiable function. Also integrating from 0 to 0 always returns 0, so the range of ##T## is in fact in ##V##.
##T## is bounded: if ##\|f\|_{\infty} = \epsilon ##, then for ##0\leq x \leq 1##, we have
##|\int_0^{x} f(t)dt |\leq x \max f(t) \leq\epsilon##.
##T## is also bijective, since differentiation is its inverse. Hence by the bounded inverse mapping theorem, if ##V## is a Banach space, ##T^{-1}## is bounded as well.
But it is not. Let ##f_n=\sin(nx)##. Then ##\|f_n\|_{\infty} = 1## for all ##n##, but ##\|f'_n\|_{\infty} =n##. Hence ##V## is not a Banach space, and neither is ##C^1##.