If you mean running a program named "C", then it is
./c or ./C
since Unices tend to be case sensitive.
If you mean the C programming language, the compiler is classically called something with "cc" in it, like "gcc".
Detail questions about C usage can be better asked on a forum that is about the C programming language.