Like most High-level languages, for example, Java, C++, C#, the C language has a syntax, there are proper rules for writing the code, and the C language strictly follows it.
If you write anything that is not allowed, you will get a compile-time error, which happens when the compiler is unable to compile your code because of some incorrect code syntax.