✏️ Explanatory Question

What is token in C?

👁 1,216 Views
📘 Detailed Answer
💡

Answer with Explanation

  • C tokens are the basic buildings blocks in C language which are constructed together to write a C program.
  • Each and every smallest individual unit in a C program are known as C tokens.