Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
1.3k views
in Information Technology by (355 points)

Please log in or register to answer this question.

1 Answer

0 votes
by (60.2k points)

Identifiers 

Identifiers are names for entities in a C program, such as variables, arrays, functions, structures, unions and labels. An identifier can be composed only of uppercase, lowercase letters, underscore and digits, but should start only with an alphabet or an underscore. If the identifier is not used in an external link process, then it is called as internal. Example: Local variable. If the identifier is used in an external link process, then it is called as external. Example: Global variable  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. There are 53 characters, to represent identifiers. They are 52 alphabetic characters (i.e., both uppercase and lowercase alphabets) and the underscore character. The underscore character is considered as a letter in identifiers. The underscore character is usually used in the middle of an identifier. There are 63 alphanumeric characters, i.e., 53 alphabetic characters and 10 digits (i.e., 0-9).  

Rules for constructing identifiers  

1.The first character in an identifier must be an alphabet or an underscore and can be followed only by any number alphabets, or digits or underscores. 

2.They must not begin with a digit. 

3. Uppercase and lowercase letters are distinct. That is, identifiers are case sensitive. 

4. Commas or blank spaces are not allowed within an identifier. 

5. Keywords cannot be used as an identifier. 

6. Identifiers should not be of length more than 31 characters. 

7. Identifiers must be meaningful, short, quickly and easily typed and easily read.

Related questions

0 votes
2 answers
asked Jun 12, 2023 in R by kvdevika (111k points)
0 votes
1 answer
0 votes
1 answer
asked May 27, 2023 in C++ by kvdevika (111k points)
0 votes
1 answer

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...