As seen by this question, $C([0,1])$ is not complete in the $L^p$ norm ($1 \le p < \infty$) because one can choose a Cauchy sequence $$f_n(x) := \begin{cases} 0 & \text{if $0 \le x \le \frac1{2}$}\\ n(x-\frac{1}{2}) & \text{if $\frac {1}{2} < x \le \frac {1}{2} + \frac {1}{n}$}\\ 1 & \text{if $ \frac {1}{2} + \frac {1}{n} <x \leq 1 $} \end{cases}$$ and find that, as $f_n \to f$, we have $$f(x)=\begin{cases} 0 &\text{if } 0 \le x < \frac 12 \\ 1 & \text{if } \frac 12 \le x \le 1 \end{cases},$$ which means $f \not\in C[0,1]$. Therefore $C[0,1]$ is not complete in the $L^p$ norm.
But what about the supremum norm $L^\infty$? I am not sure if $C([0,1])$ is complete in the $L^\infty$ norm, because would we not still have the counterexample of $f \not\in C[0,1]$?