Computer Science, asked by ashmidev007, 6 hours ago

What is the difference between a keyword and an identifier?​

Answers

Answered by itztaesprincessliza
2

Answer:

An identifier can be in upper case or lower case. A keyword contains only alphabetical characters. An identifier can consist of alphabetical characters, digits and underscores. They help to identify a specific property that exists within a computer language.

Answered by sanjanab1107
1

Keyword are predefined word that gets reserved for working progs that have special meaning and cannot get used anywhere else.Identifies are the values used to define different programming such as variable, integers,structures, unions and others and mostly have an alphabetic character.

Similar questions