Computer Science, asked by Kyuvaraj7021, 8 months ago

In C language each statement ends with

Answers

Answered by TheImmortals
0

Answer :

C language syntax specify rules for sequence of characters to be written in C language. In simple language it states how to form statements in a C language program - How should the line of code start, how it should end, where to use double quotes, where to use curly brackets etc.

The rule specify how the character sequence will be grouped together, to form tokens. A smallest individual unit in C program is known as C Token. Tokens are either keywords, identifiers, constants, variables or any symbol which has some meaning in C language. A C program can also be called as a collection of various tokens.

\rule{200}{2}

Similar questions