What is keyword and identifier ? What are the rules for identifier?
Keywords: Keywords have fixed meanings and these meanings can not be changed. There are 32 keywords. Some compiler may use additional keywords that must be identified from the C manual. Keywords serve as basic building block for a program statement. Such as, auto, break, double etc. All keyword must be written in lowercase. Identifiers: The names of variables, functions … Read more