The Basic Syntax of C we will study includes: Semicolon(;) and Whitespace Keywords Tokens Identifier Comments Header Files 1.Semicolon(;) and Whitespace 1.1 Statement The code…
In C language, the semicolon (;) is used to terminate statements. It is a punctuation mark that tells the compiler where a statement ends. In…