distinguish between keyword and literals
Answers
Answer:
Keywords are words that are used as part of code structure, like for or while . ... Literals like true , false and null are values that can be assigned, but their names are restricted in the same way that keywords are, i.e. you can't have a variable called true or for .
Keywords are words that are used as part of code structure, like for or while . ... Literals like true , false and null are values that can be assigned, but their names are restricted in the same way that keywords are, i.e. you can't have a variable called true or for
Keywords are predefined word that gets reserved for working progs that have special meaning and cannot get used anywhere else. Identifiers are the values used to define different programming items such as variables, integers, structures, unions and others and mostly have an alphabetic character