Computer Science, asked by abhinandan07, 1 year ago

what is c token? eplain keywords in detail.

Answers

Answered by kashzade
0

c programming language have five types of token which is bellow

Identifiers

Keywords

Constants

Operators

Special characters

Answered by Anonymous
0

Tokens:- Tokens are the smallest unit of a programming language that is meaningful to the compiler.

Various tokens are:-

  • identifier:- int value;
  • keyword:- break, etc
  • leterals:- const int a;
Similar questions