define the following with example:(i) keyword (ii) identifier (iii) data type
Answers
Answer: mrk me as brainliest plzzzz
Keyword in C language -Keywords are predefined, reserved words used in programming that have special meanings to the compiler. Keywords are part of the syntax and they cannot be used as an identifier. For example: Here, int is a keyword that indicates money is a variable of type int (integer).
C Identifiers- Identifier refers to name given to entities such as variables, functions, structures etc. Identifiers must be unique. They are created to give a unique name to an entity to identify it during the execution of the program.
Data type in C-In the C programming language, data types constitute the semantics and characteristics of storage of data elements. They are expressed in the language syntax in form of declarations for memory locations or variables. Data types also determine the types of operations or methods of processing of data elements.
A keyword, or a focus keyword as some call it, is a word that describes the content on your page or post best. It's the search term that you want to rank for with a certain page. So when people search for that keyword or phrase in Google or other search engines, they should find that page on your website.
An identifier is a string of alphanumeric characters that begins with an alphabetic character or an underscore character that are used to represent various programming elements such as variables, functions, arrays, structures, unions and so on. Actually, an identifier is a user-defined word.
A data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. This data type defines the operations that can be done on the data, the meaning of the data, and the way values of that type can be stored.
hope this will help you
-3idiots29