What is Tokens in C Language

language में token सामान्यतया कोई भी word, punctuation mark, symbol होता है। C language में compiler द्वारा पहचानी जाने वाली सबसे छोटी स्वतंत्र यूनिट्स को C टोकन्स के रूप में जाना जाता है।  C language में token के 6 प्रकार होते हैं तथा इन token का और lannguage के syntax का उपयोग करते हुए C प्रोग्राम्स को लिखा जाता है।
Token is normally any word, punctuation mark or symbol in the language. In C Language the smallest individual units recognised by compiler are known as C tokens. In C language, there are six types of tokens and C programs are written using these tokens and syntax of the language. All six type of C Token

what is tokens in c,what is tokens in c hindi , Semant Sir

Types of Tokens

  1. Keywords
  2. Identifiers
  3. Constants
  4. Strings
  5. Special Symbols
  6. Operators