The symbol table is essential throughout the compilation process. It helps in tracking the scope and attributes of variables.
It is used during the lexical analysis phase, where identifiers are recorded.
It is also required during later phases like code generation.
Statement (C) is false because the symbol table is still necessary after parsing, during semantic analysis and code generation.
Therefore, the correct answer is \( \boxed{C} \).