Q:

WHAT ARE THE TYPES OF C TOKENS?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT ARE THE TYPES OF C TOKENS?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this 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: +, /,-,*)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT IS IDENTIFIER IN C?... >>
<< WHAT IS TOKEN IN C?...