What is tokens in c??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is tokens in c???

19th Apr 2021, 4:09 AM
J.Simi Princy
J.Simi Princy - avatar
4 Answers
19th Apr 2021, 4:23 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 2
Please be clear with the question. The word token can lead to multiple interpretations, it can be related to code tokenizer, or string token etc. You can write more in Description, e.g. where did you see the term, so people can check it out, and respond appropriately. Some tips for future references 👌 https://www.sololearn.com/Discuss/333866/?ref=app https://code.sololearn.com/W3uiji9X28C1/?ref=app
19th Apr 2021, 4:26 AM
Ipang
+ 2
TOKEN is the smallest unit in a ‘C’ program. In c tokens are divided into 6 types : 1) keyword 2) constant 3) operator 4) string 5) special character 6) identifier
23rd Jan 2022, 10:04 AM
saurav
saurav - avatar
+ 1
J SIMI PRINCY CSE TOKEN is the smallest unit in a 'C' program. It is each and every word and punctuation that you come across in your C program. The compiler breaks a program into the smallest possible units (tokens) and proceeds to the various stages of the compilation.
20th Apr 2021, 10:58 PM
❤️😍Prerana😍❤️
❤️😍Prerana😍❤️ - avatar