Home / Questions / What is token in C?
Explanatory Question

What is token in C?

👁 1,216 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

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.