1.

What is the difference between key words and identifier

Answer» \tKeywords are predefined reserved words, which possess special meaning.\tAn identifier is a unique name given to a particular variable, function or label of class in the program.<br>Keywords are a word having special meaning reserved by programming language.Identifiers are fundamental building block of a program and are used as the general terminology for the names given to different parts of the program


Discussion

No Comment Found