Computer Science, asked by amanyadavji7982, 5 months ago

What if a person uses a keyword as token? What type of error he or she will get?​

Answers

Answered by kalyanink87gmailcom
0

Answer:

Keywords are predefined reserved identifiers that have special meanings. They cannot be used as identifiers in Our program. C++ reserves a set of some keywords for its own use. ... If we accidentally attempt to use any keywords in a program as a variable/identifiers, the compiler will issue an error.

Similar questions