What are keywords in Programming and use of keywords
Duration: 3:25 Min | May 23, 2023
Keywords are predefined or reserved words that have special meanings to the compiler in a programming language. These are part of the syntax and cannot be used as identifiers in the program.These reserved words cannot be used as the name of say, a variable, constants and functions in most programming languages.