What are the types of C tokens?

C Programming Language >   Overview of C Language >   Tokens in C  

Short Question

1129


Answer:

  • C tokens are of six types. They are,

    1. Keywords               (eg: int, while),
    2. Identifiers               (eg: main, total),
    3. Constants              (eg: 10, 20),
    4. Strings                    (eg: “total”, “hello”),
    5. Special symbols    (eg: (), {}),
    6. Operators              (eg: +, /,-,*)


This Particular section is dedicated to Question & Answer only. If you want learn more about C Programming Language. Then you can visit below links to get more depth on this subject.




Join Our telegram group to ask Questions

Click below button to join our groups.