Concept:
A cubic polynomial with roots \(0,3,-3\) can be written as
\[
f(x)=k\,x(x-3)(x+3)
\]
The extrema are obtained by solving
\[
f'(x)=0.
\]
Step 1: Determine the polynomial.
\[
f(x)=k\,x(x^2-9)
\]
Using \(f(1)=-8\),
\[\begin{aligned}
k(1)(1-9)
&=-8\\
-8k
&=-8
\end{aligned}\]
\[
k=1
\]
Hence
\[
f(x)=x^3-9x
\]
Step 2: Find critical points.
\[\begin{aligned}
f'(x)
&=3x^2-9\\
&=3(x^2-3)
\end{aligned}\]
\[
f'(x)=0
\]
gives
\[
x=\pm\sqrt3
\]
Step 3: Evaluate the function at these points.
At \(x=-\sqrt3\),
\[\begin{aligned}
f(-\sqrt3)
&=(-\sqrt3)^3-9(-\sqrt3)\\
&=-3\sqrt3+9\sqrt3\\
&=6\sqrt3
\end{aligned}\]
At \(x=\sqrt3\),
\[\begin{aligned}
f(\sqrt3)
&=(\sqrt3)^3-9\sqrt3\\
&=3\sqrt3-9\sqrt3\\
&=-6\sqrt3
\end{aligned}\]
Step 4: Identify maximum and minimum values.
\[
\text{Maximum value}=6\sqrt3
\]
\[
\text{Minimum value}=-6\sqrt3
\]
\[\begin{aligned}
\boxed{
6\sqrt3,\;
-6\sqrt3
}
\end{aligned}\]
Hence, option \(\mathbf{(C)}\) is correct.