171k views
5 votes
What are reserved words with a programming language​

1 Answer

5 votes

This is a syntactic definition, and a reserved word may have no user-defined meaning. Often found in programming languages and macros, reserved words are terms or phrases appropriated for special use that may not be utilized in the creation of variable names. For example "print" is a reserved word because it is a function in many languages to show text on the screen

User PazO
by
6.3k points