What is token c++?



What is token c++?..

Answer / Soni Kumari

A token in C++ refers to a lexical element of the source code, such as keywords, identifiers, literals, operators, and punctuators. Tokens are generated during the lexical analysis phase when the source code is parsed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Do class method definitions?

1 Answers  


check whether a no is prime or not.

3 Answers   TCS,


Is there structure in c++?

1 Answers  


Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.

1 Answers  


What apps are written in c++?

1 Answers  


How do you test your code?

4 Answers   Microsoft,


What is a modifier in c++?

1 Answers  


wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster

11 Answers  


What are c++ manipulators?

1 Answers  


What is the array and initializing arrays in c++?

1 Answers  


What is the meaning of string in c++?

1 Answers  


Can we distribute function templates and class templates in object libraries?

1 Answers  


Categories