Tokens in C programming language or Basic elements of C First of all we should discuss about Tokens, know about what is Tokens. Tokens : "Tokens are smallest and individual unit of programming language". Why we need Basic Elements: "The basic elements are used to construct a simple programs". Tokens are classified into further categories: 1) Character set 2) Variable 3) Constant 4) Keywords 5) Identifier 6) Datatype 7) Escape sequences 8) Symbolic Constant 9) Delimiter 10) Operator etc.
Comments
Post a Comment