# Problem Which of the following variable declarations is not valid? ```c int Fast-Car; int fas1_ca7; int Fa5t_Car; int fAST_cAR; ``` # Process ... # Answer ```c int Fast-Car; ```